Skip to content

Commit 5f1eb34

Browse files
authored
Merge pull request #192 from GeekyAnts/bugfix/vue-native-script-path
Corrected path to vue-native-scripts executable
2 parents 17bdc1e + a8b6dda commit 5f1eb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-native-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {},
77
"bin": {
8-
"vue-native-scripts": "./src/bin/vue-native-script.js"
8+
"vue-native-scripts": "./bin/vue-native-script.js"
99
},
1010
"author": "Geekyants (https://geekyants.io/)",
1111
"license": "MIT",

0 commit comments

Comments
 (0)