Skip to content

Commit

Permalink
fix: second attempt at incuding babel runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 11, 2016
1 parent 804953c commit bf433b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"babel-polyfill": "^6.13.0",
"plist": "^1.2.0",
"rimraf": "^2.5.2",
"xml2js": "^0.4.16"
},
"devDependencies": {
"babel-polyfill": "^6.13.0",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
Expand Down

0 comments on commit bf433b7

Please sign in to comment.