Skip to content

Commit

Permalink
Release 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Feb 15, 2022
1 parent 3bab009 commit 1a85baa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 1a85baa

Please sign in to comment.