Skip to content

Commit c45cdf3

Browse files
Nicholas Papemichael-ciniawsky
Nicholas Pape
authored andcommitted
fix(package): use babel-runtime is a dependency (dependencies) (#312)
1 parent 933c54d commit c45cdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"dependencies": {
3131
"async": "^2.0.0",
32+
"babel-runtime": "^6.0.0",
3233
"loader-utils": "^1.0.0",
3334
"lodash": "^4.0.0",
3435
"source-map": "^0.5.6",
@@ -41,7 +42,6 @@
4142
"babel-polyfill": "^6.0.0",
4243
"babel-preset-env": "^1.0.0",
4344
"babel-register": "^6.0.0",
44-
"babel-runtime": "^6.0.0",
4545
"chai": "^4.0.0",
4646
"chai-as-promised": "^7.0.0",
4747
"cross-env": "^5.0.0",

0 commit comments

Comments
 (0)