Skip to content

Commit 1a85baa

Browse files
committed
Release 10.1.1
1 parent 3bab009 commit 1a85baa

File tree

1 file changed

+3
-3
lines changed
  • projects/angular-material-extensions/password-strength

1 file changed

+3
-3
lines changed

Diff for: projects/angular-material-extensions/password-strength/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/password-strength",
33
"description": "Material password strength meter to indicate how secure is the provided password",
4-
"version": "10.1.0",
4+
"version": "10.1.1",
55
"homepage": "https://github.com/angular-material-extensions/password-strength",
66
"author": {
77
"name": "anthonynahas",
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/angular-material-extensions/password-strength/issues"
3030
},
3131
"scripts": {
32-
"build": "../../../node_modules/.bin/ng build @angular-material-extensions/password-strength --prod",
32+
"build": "ng build @angular-material-extensions/password-strength --prod",
3333
"build:watch": "../../../node_modules/.bin/ng build @angular-material-extensions/password-strength --watch",
3434
"build:schematics": "../../../node_modules/.bin/tsc -p tsconfig.schematics.json",
3535
"clean": "rm -rf ../../../dist",
@@ -41,7 +41,7 @@
4141
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4242
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4343
"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",
4545
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/password-strength",
4646
"test": "../../../node_modules/.bin/jest --coverage",
4747
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"

0 commit comments

Comments
 (0)