Skip to content

Commit

Permalink
fix gulp-es6-transpiler
Browse files Browse the repository at this point in the history
  • Loading branch information
chemerisuk committed Nov 26, 2014
1 parent 7f308bf commit 3f24123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"autoprefixer-core": "^3.1.1",
"csswring": "^1.3.0",
"es6-shim": "0.20.4",
"gulp": "^3.8.8",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.4.1",
Expand All @@ -34,5 +35,8 @@
"karma-phantomjs-launcher": "^0.1.4",
"postcss-custom-properties": "^1.0.2",
"postcss-url": "^1.0.2"
},
"scripts": {
"install": "rm -rf node_modules/gulp-es6-transpiler/node_modules/es6-transpiler/node_modules/es6-shim"
}
}

1 comment on commit 3f24123

@nicoolas25
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. I used https://www.npmjs.org/doc/cli/npm-shrinkwrap.html instead.

Please sign in to comment.