Merge pull request #328 from ethereum/npm-package
Remove npm package remnants
Showing
.npmignore
deleted
100644 → 0
{ | ||
"private": true, | ||
"name": "browser-solidity", | ||
"version": "1.0.0", | ||
"version": "0.0.0", | ||
"description": "Minimalistic browser-based Solidity IDE", | ||
"scripts": { | ||
"browser-test": "nightwatch --config nightwatch.js --env local", | ||
... | ... | @@ -75,7 +76,6 @@ |
"url": "https://github.com/ethereum/browser-solidity/issues" | ||
}, | ||
"homepage": "https://github.com/ethereum/browser-solidity#readme", | ||
"private": true, | ||
"standard": { | ||
"ignore": [ | ||
"build/", | ||
... | ... |
Please
register
or
sign in
to comment