Commit ca2f8910 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #520 from ethereum/fixPackagejson

Remove dependencies entry
parents 97d5f5a4 d2a9cb0f
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-plugin-yo-yoify": "^0.3.3", "babel-plugin-yo-yoify": "^0.3.3",
"babel-polyfill": "^6.22.0", "babel-polyfill": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0", "babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0", "babelify": "^7.3.0",
"brace": "^0.8.0", "brace": "^0.8.0",
...@@ -42,8 +43,7 @@ ...@@ -42,8 +43,7 @@
"watchify": "^3.9.0", "watchify": "^3.9.0",
"web3": "^0.18.0", "web3": "^0.18.0",
"webworkify": "^1.2.1", "webworkify": "^1.2.1",
"yo-yo": "^1.2.2", "yo-yo": "^1.2.2"
"csjs-inject": "^1.0.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
"wrapAwait": true "wrapAwait": true
} }
}], }],
["yo-yoify"] ["yo-yoify"], ["transform-object-assign"]
], ],
"presets": ["es2015"] "presets": ["es2015"]
}], }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment