Skip to content

Commit f935368

Browse files
committed
Move babel polyfill dependency to devDependencies.
1 parent f0054e3 commit f935368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"devDependencies": {
3939
"@babel/core": "^7.1.2",
4040
"@babel/register": "^7.0.0",
41+
"@babel/polyfill": "^7.0.0",
4142
"babel-cli": "^6.26.0",
4243
"babel-eslint": "^8.2.5",
4344
"babel-plugin-istanbul": "^4.1.6",
@@ -54,7 +55,6 @@
5455
"tape": "^4.9.1"
5556
},
5657
"dependencies": {
57-
"@babel/polyfill": "^7.0.0",
5858
"mustache": "^2.3.0",
5959
"solidity-parser-antlr": "^0.3.0"
6060
},

0 commit comments

Comments
 (0)