Skip to content

Commit fabb702

Browse files
committed
chore: deps
1 parent 144d775 commit fabb702

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@akylas/nativescript-cli",
33
"main": "./lib/nativescript-cli-lib.js",
4-
"version": "8.9.0",
4+
"version": "8.8.3",
55
"author": "NativeScript <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {
@@ -42,6 +42,7 @@
4242
"mocha": "mocha",
4343
"tsc": "tsc",
4444
"test-watch": "node ./dev/tsc-to-mocha-watch.js",
45+
"release": "standard-version",
4546
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
4647
"prettier": "prettier --write ./lib/**/*{.ts,.d.ts} ./test/**/*{.ts,.d.ts}"
4748
},
@@ -168,7 +169,8 @@
168169
"lint-staged": "^13.2.0",
169170
"mocha": "10.2.0",
170171
"sinon": "15.0.3",
171-
"source-map-support": "0.5.21"
172+
"source-map-support": "0.5.21",
173+
"standard-version": "9.5.0"
172174
},
173175
"optionalDependencies": {
174176
"fsevents": "*"

0 commit comments

Comments
 (0)