diff --git a/.gitignore b/.gitignore index b7dab5e..0cf6da2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -build \ No newline at end of file +build +pnpm-lock.yaml \ No newline at end of file diff --git a/package.json b/package.json index 31f6c21..a427ba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passwordx", - "version": "1.1.1", + "version": "1.1.2", "description": "Use the cli to generate strong passwords or add them to nodejs projects", "main": "build/index.js", "types": "build/index.d.ts", @@ -22,6 +22,7 @@ }, "license": "MIT", "dependencies": { + "tslib": "^2.3.1", "yargs": "^17.0.1" }, "devDependencies": {