Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 13184a4

Browse files
committed
Revert "fix: move devtools to devDependencies"
This reverts commit d7cd791.
1 parent d7cd791 commit 13184a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: template/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
}
1515
},
1616
"dependencies": { {{#store}}
17-
"vuex": "^3.0.1",{{/store}}{{#if_eq preset "SideDrawer"}}
17+
"vuex": "^3.0.1",{{/store}}{{#devtools}}
18+
"@vue/devtools": "5.0.0-beta.3",
19+
"nativescript-socket.io": "^0.9.0",
20+
"nativescript-vue-devtools": "^1.0.0",
21+
"nativescript-toast": "^1.4.6",{{/devtools}}{{#if_eq preset "SideDrawer"}}
1822
"nativescript-ui-sidedrawer": "^4.3.0",{{/if_eq}}
1923
"nativescript-theme-core": "^1.0.4",
2024
"nativescript-vue": "^2.0.0",
2125
"tns-core-modules": "^4.2.0"
2226
},
23-
"devDependencies": { {{#devtools}}
24-
"@vue/devtools": "5.0.0-beta.3",
25-
"nativescript-socket.io": "^0.9.0",
26-
"nativescript-vue-devtools": "^1.0.0",
27-
"nativescript-toast": "^1.4.6",{{/devtools}}
27+
"devDependencies": {
2828
"@babel/core": "^7.0.0",
2929
"@babel/preset-env": "^7.0.0",
3030
"babel-loader": "^8.0.2",

0 commit comments

Comments
 (0)