Skip to content

Commit

Permalink
fix(package): use babel-runtime is a dependency (dependencies) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Pape authored and michael-ciniawsky committed Feb 27, 2018
1 parent 933c54d commit c45cdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,6 +29,7 @@
},
"dependencies": {
"async": "^2.0.0",
"babel-runtime": "^6.0.0",
"loader-utils": "^1.0.0",
"lodash": "^4.0.0",
"source-map": "^0.5.6",
Expand All @@ -41,7 +42,6 @@
"babel-polyfill": "^6.0.0",
"babel-preset-env": "^1.0.0",
"babel-register": "^6.0.0",
"babel-runtime": "^6.0.0",
"chai": "^4.0.0",
"chai-as-promised": "^7.0.0",
"cross-env": "^5.0.0",
Expand Down

0 comments on commit c45cdf3

Please sign in to comment.