Add onclick functions to file-panel, remove file-tab and move all connected APIs etc. to file-panel
Showing
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -150,5 +150,8 @@ | ... | @@ -150,5 +150,8 @@ |
"test": "standard; npm run csslint; node test/index.js", | "test": "standard; npm run csslint; node test/index.js", | ||
"test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", | "test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", | ||
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js" | "watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js" | ||
}, | |||
"dependencies": { | |||
"minixhr": "^3.2.2" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment