Skip to content
Browse files

Update gulp and three dependencies.

  • Loading branch information...
1 parent 542ac68 commit 15071b220863b792d0ebd02e0e29a74ba838d2da @sasha240100 sasha240100 committed
Showing with 5 additions and 5 deletions.
  1. +5 −5 package.json
View
10 package.json
@@ -27,23 +27,23 @@
},
"homepage": "https://github.com/WhitestormJS/whitestorm.js#readme",
"devDependencies": {
+ "babel-plugin-transform-es2015-template-literals": "^6.3.13",
+ "babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
- "babel-preset-es2015": "^6.3.13",
- "babel-plugin-transform-es2015-template-literals": "^6.3.13",
"gulp-replace-task": "^0.11.0",
"jquery": "^2.2.0",
- "three": "^0.73.0"
+ "three": "^0.75.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
- "gulp": "^3.9.0",
+ "gulp": "^3.9.1",
"gulp-beautify": "^2.0.0",
- "gulp-insert": "^0.5.0",
"gulp-concat": "^2.6.0",
+ "gulp-insert": "^0.5.0",
"gulp-replace-task": "^0.11.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",

0 comments on commit 15071b2

Please sign in to comment.
Something went wrong with that request. Please try again.