File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" : {
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 },
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" : " *"
You can’t perform that action at this time.
0 commit comments