Skip to content

Commit

Permalink
fix: move babel-runtime to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gligoran committed Nov 27, 2017
1 parent 80a782e commit c15150c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
},
"dependencies": {
"babel-runtime": "^6.26.0",
"meow": "^3.7.0",
"read-pkg": "^3.0.0",
"util-promisify": "^2.1.0",
Expand All @@ -40,7 +41,6 @@
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-files": "^1.4.0",
Expand Down

0 comments on commit c15150c

Please sign in to comment.