Merge branch 'master' into i2docs
Showing
This diff is collapsed.
assets/fonts/FontAwesome.otf
0 → 100644
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
assets/img/gasStation_50.png
0 → 100644
960 Bytes
assets/js/0.7.7/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -45,11 +45,11 @@ |
"npm-run-all": "^4.0.2", | ||
"onchange": "^3.2.1", | ||
"remix-analyzer": "0.3.6", | ||
"remix-debug": "0.3.6", | ||
"remix-debug": "0.3.7", | ||
"remix-lib": "0.4.6", | ||
"remix-solidity": "0.3.6", | ||
"remix-tabs": "^1.0.0", | ||
"remix-tests": "0.1.7", | ||
"remix-tests": "0.1.8", | ||
"remixd": "0.1.8-alpha.6", | ||
"request": "^2.83.0", | ||
"rimraf": "^2.6.1", | ||
... | ... | @@ -67,8 +67,8 @@ |
"yo-yoify": "^3.7.3" | ||
}, | ||
"dependencies": { | ||
"remix-plugin": "0.0.2-alpha.6", | ||
"http-server": "^0.11.1", | ||
"remix-plugin": "0.0.2-alpha.8", | ||
"remixd": "0.1.8-alpha.6" | ||
}, | ||
"repository": { | ||
... | ... | @@ -90,7 +90,8 @@ |
"ignore": [ | ||
"build/", | ||
"src/app/editor/mode-solidity.js", | ||
"soljson.js" | ||
"soljson.js", | ||
"assets/js/0.7.7/app.js" | ||
], | ||
"parser": "babel-eslint" | ||
}, | ||
... | ... |