Skip to content

Commit

Permalink
babel-runtime as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
InterAl committed Apr 4, 2019
1 parent b9da616 commit aa0162a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.5.1",
"babel-register": "^6.24.1",
"babel-runtime": "^6.11.6",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
Expand All @@ -53,5 +52,7 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {}
"dependencies": {
"babel-runtime": "^6.11.6"
}
}

0 comments on commit aa0162a

Please sign in to comment.