Skip to content

Commit a2fbe5f

Browse files
iiegoryyx990803
authored andcommitted
Move cross-env dep out of devDependencies (vuejs#105)
Since the module is used to bootstrap a production version of the site (see the npm `start` script), it shouldn't be inside devDependencies.
1 parent 9ea8e8e commit a2fbe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"dependencies": {
1818
"compression": "^1.6.2",
19+
"cross-env": "^3.1.3",
1920
"es6-promise": "^4.0.5",
2021
"express": "^4.14.0",
2122
"firebase": "^3.6.2",
@@ -32,7 +33,6 @@
3233
"autoprefixer": "^6.5.3",
3334
"buble": "^0.15.1",
3435
"buble-loader": "^0.4.0",
35-
"cross-env": "^3.1.3",
3636
"css-loader": "^0.26.0",
3737
"extract-text-webpack-plugin": "^2.0.0-beta.3",
3838
"file-loader": "^0.9.0",

0 commit comments

Comments
 (0)