Skip to content

Commit a8b6dda

Browse files
author
Rishabh Karnad
committed
Corrected path to vue-native-scripts executable
Fixes #191
1 parent 17bdc1e commit a8b6dda

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)