Skip to content

Commit bf433b7

Browse files
committed
fix: second attempt at incuding babel runtime
1 parent 804953c commit bf433b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@
3636
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
3737
},
3838
"dependencies": {
39+
"babel-runtime": "^6.11.6",
3940
"mkpath": "^1.0.0",
4041
"node-version-compare": "^1.0.1",
41-
"babel-polyfill": "^6.13.0",
4242
"plist": "^1.2.0",
4343
"rimraf": "^2.5.2",
4444
"xml2js": "^0.4.16"
4545
},
4646
"devDependencies": {
47+
"babel-polyfill": "^6.13.0",
4748
"babel-eslint": "^6.1.2",
4849
"babel-plugin-transform-runtime": "^6.12.0",
4950
"babel-preset-es2015": "^6.9.0",

0 commit comments

Comments
 (0)