Skip to content

Commit cd0657b

Browse files
committed
chore: Fix publishing process
1 parent 3721951 commit cd0657b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-vue-router-extended",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "NativeScript Vue Router Extended for NativeScript Vue hybrid Apps.",
55
"main": "vue-router",
66
"nativescript": {
@@ -17,7 +17,7 @@
1717
"tsc": "ts-patch install && ts-patch check && tsc -skipLibCheck",
1818
"build": "npm i && npm run tsc && npm run build.native",
1919
"pack": "cd ../publish; chmod +rx pack.sh; ./pack.sh",
20-
"publish": "cd ../publish; chmod +rx publish.sh; ./publish.sh",
20+
"pckgpublish": "cd ../publish; chmod +rx publish.sh; ./publish.sh",
2121
"release": "npm version patch && git push --tags",
2222
"build.native": "node scripts/build-native.js",
2323
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",

0 commit comments

Comments
 (0)