Skip to content

Commit fcba3b9

Browse files
committed
fix
1 parent a42307e commit fcba3b9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"precommit": "NODE_ENV=development node `which gulp` pre-commit",
1414
"//": "node-xmpp-client installs for linux only",
1515
"dependencies": {
16-
"autoprefixer": "*",
17-
"babel-core": "^6.26.3",
16+
"babel-core": "^6",
1817
"babel-loader": "^7",
1918
"babel-plugin-transform-flow-strip-types": "*",
2019
"babel-plugin-transform-runtime": "*",
@@ -25,6 +24,8 @@
2524
"extract-text-webpack-plugin": "^3",
2625
"file-loader": "*",
2726
"fs-extra": "*",
27+
"autoprefixer": "*",
28+
"postcss-loader": "*",
2829
"gm": "*",
2930
"gulp": "^3",
3031
"gulp-livereload": "*",
@@ -55,17 +56,16 @@
5556
"node-uuid": "*",
5657
"node-zip": "*",
5758
"path-to-regexp": "*",
58-
"postcss-loader": "*",
5959
"prismjs": "^1",
6060
"request": "*",
6161
"request-promise": "*",
6262
"run-sequence": "*",
6363
"rupture": "*",
64-
"style-loader": "*",
65-
"stylus-loader": "*",
66-
"uglify-js": "*",
67-
"uglifyjs-webpack-plugin": "^1",
68-
"webpack": "^3"
64+
"style-loader": "^0",
65+
"stylus-loader": "^3",
66+
"webpack": "^3",
67+
"uglify-js": "^3",
68+
"uglifyjs-webpack-plugin": "^1"
6969
},
7070
"engineStrict": true,
7171
"repository": {

0 commit comments

Comments
 (0)