Merge pull request #60 from yann300/fea1

fix entry point location
pull/7/head
yann300 8 years ago committed by GitHub
commit 2eab7c0881
  1. 4
      package.json

@ -1,6 +1,6 @@
{ {
"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 @@
"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",

Loading…
Cancel
Save