diff --git a/projects/angular-material-extensions/password-strength/package.json b/projects/angular-material-extensions/password-strength/package.json index eb1ad652..556174e6 100644 --- a/projects/angular-material-extensions/password-strength/package.json +++ b/projects/angular-material-extensions/password-strength/package.json @@ -1,7 +1,7 @@ { "name": "@angular-material-extensions/password-strength", "description": "Material password strength meter to indicate how secure is the provided password", - "version": "10.1.0", + "version": "10.1.1", "homepage": "https://github.com/angular-material-extensions/password-strength", "author": { "name": "anthonynahas", @@ -29,7 +29,7 @@ "url": "https://github.com/angular-material-extensions/password-strength/issues" }, "scripts": { - "build": "../../../node_modules/.bin/ng build @angular-material-extensions/password-strength --prod", + "build": "ng build @angular-material-extensions/password-strength --prod", "build:watch": "../../../node_modules/.bin/ng build @angular-material-extensions/password-strength --watch", "build:schematics": "../../../node_modules/.bin/tsc -p tsconfig.schematics.json", "clean": "rm -rf ../../../dist", @@ -41,7 +41,7 @@ "release:patch": "../../../node_modules/.bin/release-it --patch --ci", "release:minor": "../../../node_modules/.bin/release-it --minor --ci", "release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run", - "release:custom": "../../../node_modules/.bin/release-it 10.1.0 --ci --no-git.requireCleanWorkingDir", + "release:custom": "../../../node_modules/.bin/release-it 10.1.1 --ci --no-git.requireCleanWorkingDir", "ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/password-strength", "test": "../../../node_modules/.bin/jest --coverage", "test:watch": "../../../node_modules/.bin/jest --coverage --watch"