|
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": "5.0.0", |
| 4 | + "version": "5.1.0", |
5 | 5 | "homepage": "https://github.com/angular-material-extensions/password-strength",
|
6 | 6 | "author": {
|
7 | 7 | "name": "anthonynahas",
|
|
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 5.0.0 --ci --no-git.requireCleanWorkingDir", |
| 44 | + "release:custom": "../../../node_modules/.bin/release-it 5.1.0 --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"
|
|
57 | 57 | "engines": {
|
58 | 58 | "node": ">=10.13"
|
59 | 59 | },
|
| 60 | + "release-it": { |
| 61 | + "github": { |
| 62 | + "release": true |
| 63 | + }, |
| 64 | + "npm": { |
| 65 | + "publish": true, |
| 66 | + "publishPath": "../../../dist/angular-material-extensions/password-strength" |
| 67 | + }, |
| 68 | + "publishConfig": { |
| 69 | + "access": "public" |
| 70 | + }, |
| 71 | + "plugins": { |
| 72 | + "@release-it/conventional-changelog": { |
| 73 | + "preset": "angular", |
| 74 | + "infile": "../../../CHANGELOG.md" |
| 75 | + } |
| 76 | + }, |
| 77 | + "hooks": { |
| 78 | + "before:init": [ |
| 79 | + "npm run clean" |
| 80 | + ], |
| 81 | + "after:bump": "echo \"building lib v${version}... \" && npm run build", |
| 82 | + "before:git:release": "echo \"Updating CHANGELOG.md for v${version} \" && git commit -m \"Updating CHANGELOG.md for v${version} \" ../../../CHANGELOG.md", |
| 83 | + "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.", |
| 84 | + "before:npm": "echo building the library..." |
| 85 | + } |
| 86 | + }, |
60 | 87 | "jest": {
|
61 | 88 | "preset": "jest-preset-angular",
|
62 | 89 | "roots": [
|
|
0 commit comments