Skip to content

Commit

Permalink
fix(package.json): add missing dev-dep babel-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
eddywashere committed Feb 20, 2016
1 parent b19a5d4 commit 065e978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
Expand Down

0 comments on commit 065e978

Please sign in to comment.