Skip to content

Commit

Permalink
Make babel-register dependency explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
kball committed Jun 29, 2016
1 parent 0125935 commit 82bd6b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"devDependencies": {
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
"beepbeep": "^1.2.0",
"browser-sync": "^2.11.0",
"colors": "^1.1.2",
Expand All @@ -43,5 +44,9 @@
"rimraf": "^2.3.3",
"siphon-media-query": "^1.0.0",
"yargs": "^4.1.0"
},
"babel": {
"presets": ["es2015"]
}

}

0 comments on commit 82bd6b7

Please sign in to comment.