Commit bcbc76f6 authored by Iuri Matias's avatar Iuri Matias

most most dev dependencies to depencies so the debugger will actually work as a library

parent 496636e4
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
], ],
"main": "./index.js", "main": "./index.js",
"devDependencies": { "dependencies": {
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-yo-yoify": "^0.3.3", "babel-plugin-yo-yoify": "^0.3.3",
...@@ -29,7 +29,9 @@ ...@@ -29,7 +29,9 @@
"remix-core": "^0.0.11", "remix-core": "^0.0.11",
"remix-lib": "^0.2.5", "remix-lib": "^0.2.5",
"remix-solidity": "^0.1.7", "remix-solidity": "^0.1.7",
"solc": "https://github.com/ethereum/solc-js", "solc": "https://github.com/ethereum/solc-js"
},
"devDependencies": {
"standard": "^7.0.1", "standard": "^7.0.1",
"standard-reporter": "^1.0.5", "standard-reporter": "^1.0.5",
"tape": "^4.6.0" "tape": "^4.6.0"
......
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