Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakan committed Jun 26, 2018
1 parent a42307e commit fcba3b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -13,8 +13,7 @@
"precommit": "NODE_ENV=development node `which gulp` pre-commit",
"//": "node-xmpp-client installs for linux only",
"dependencies": {
"autoprefixer": "*",
"babel-core": "^6.26.3",
"babel-core": "^6",
"babel-loader": "^7",
"babel-plugin-transform-flow-strip-types": "*",
"babel-plugin-transform-runtime": "*",
Expand All @@ -25,6 +24,8 @@
"extract-text-webpack-plugin": "^3",
"file-loader": "*",
"fs-extra": "*",
"autoprefixer": "*",
"postcss-loader": "*",
"gm": "*",
"gulp": "^3",
"gulp-livereload": "*",
Expand Down Expand Up @@ -55,17 +56,16 @@
"node-uuid": "*",
"node-zip": "*",
"path-to-regexp": "*",
"postcss-loader": "*",
"prismjs": "^1",
"request": "*",
"request-promise": "*",
"run-sequence": "*",
"rupture": "*",
"style-loader": "*",
"stylus-loader": "*",
"uglify-js": "*",
"uglifyjs-webpack-plugin": "^1",
"webpack": "^3"
"style-loader": "^0",
"stylus-loader": "^3",
"webpack": "^3",
"uglify-js": "^3",
"uglifyjs-webpack-plugin": "^1"
},
"engineStrict": true,
"repository": {
Expand Down

0 comments on commit fcba3b9

Please sign in to comment.