|
1 | 1 | { |
2 | 2 | "name": "@angular-material-extensions/password-strength", |
3 | 3 | "description": "Material password strength meter to indicate how secure is the provided password", |
4 | | - "version": "10.1.0", |
| 4 | + "version": "10.1.1", |
5 | 5 | "homepage": "https://github.com/angular-material-extensions/password-strength", |
6 | 6 | "author": { |
7 | 7 | "name": "anthonynahas", |
|
29 | 29 | "url": "https://github.com/angular-material-extensions/password-strength/issues" |
30 | 30 | }, |
31 | 31 | "scripts": { |
32 | | - "build": "../../../node_modules/.bin/ng build @angular-material-extensions/password-strength --prod", |
| 32 | + "build": "ng build @angular-material-extensions/password-strength --prod", |
33 | 33 | "build:watch": "../../../node_modules/.bin/ng build @angular-material-extensions/password-strength --watch", |
34 | 34 | "build:schematics": "../../../node_modules/.bin/tsc -p tsconfig.schematics.json", |
35 | 35 | "clean": "rm -rf ../../../dist", |
|
41 | 41 | "release:patch": "../../../node_modules/.bin/release-it --patch --ci", |
42 | 42 | "release:minor": "../../../node_modules/.bin/release-it --minor --ci", |
43 | 43 | "release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run", |
44 | | - "release:custom": "../../../node_modules/.bin/release-it 10.1.0 --ci --no-git.requireCleanWorkingDir", |
| 44 | + "release:custom": "../../../node_modules/.bin/release-it 10.1.1 --ci --no-git.requireCleanWorkingDir", |
45 | 45 | "ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/password-strength", |
46 | 46 | "test": "../../../node_modules/.bin/jest --coverage", |
47 | 47 | "test:watch": "../../../node_modules/.bin/jest --coverage --watch" |
|
0 commit comments