We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c062de9 commit 6122febCopy full SHA for 6122feb
package.json
@@ -2,6 +2,9 @@
2
"name": "@angular-extensions/pretty-html-log",
3
"version": "0.0.0-development",
4
"scripts": {
5
+ "adjust-version": "npm-run-all adjust-version:*",
6
+ "adjust-version:lib": "replace-json-property projects/ng-simple-alert/package.json version $VERSION",
7
+ "adjust-version:main": "replace-json-property package.json version $VERSION",
8
"ng": "ng",
9
"start": "ng serve",
10
"build": "ng build",
0 commit comments