Commit 7badfd51 authored by yann300's avatar yann300

fix entry point location

parent 0e9ccc32
{ {
"name": "ethereum-remix", "name": "ethereum-remix",
"version": "0.0.2-alpha.0.0.2", "version": "0.0.2-alpha.0.0.3",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"email": "liana@ethdev.com" "email": "liana@ethdev.com"
} }
], ],
"main": "./index.js", "main": "./src/index.js",
"dependencies": { "dependencies": {
"browserify": "^13.0.1", "browserify": "^13.0.1",
"web3": "^0.15.3", "web3": "^0.15.3",
......
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