Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Added babel-core (needed to fix gulp warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Oct 15, 2015
1 parent a7c9089 commit 6768452
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@
* add npm shrinkwrap for this project
* add code coverage check
* finalize/test Makefile
* replace es6 by es2015 now that the following has landed: https://github.com/Microsoft/TypeScript/issues/5209
* requires update of TypeScript
1 change: 1 addition & 0 deletions app/templates/projectTemplates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"devDependencies": {
"nodemon": "1.4.x",
"babel": "5.8.x",
"babel-core": "5.8.x",
"babel-runtime": "5.8.x",
"gulp": "3.9.x",
"modern-web-dev-build": "0.0.7"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"devDependencies": {
"babel": "5.8.x",
"babel-core": "5.8.x",
"babel-runtime": "5.8.x",
"gulp": "3.9.x",
"mocha": "2.3.x",
Expand Down

0 comments on commit 6768452

Please sign in to comment.