Skip to content

Commit

Permalink
Move babel polyfill dependency to devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Oct 4, 2018
1 parent f0054e3 commit f935368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/register": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.5",
"babel-plugin-istanbul": "^4.1.6",
Expand All @@ -54,7 +55,6 @@
"tape": "^4.9.1"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"mustache": "^2.3.0",
"solidity-parser-antlr": "^0.3.0"
},
Expand Down

0 comments on commit f935368

Please sign in to comment.