Merge pull request #328 from ethereum/npm-package

Remove npm package remnants
pull/1/head
chriseth 8 years ago committed by GitHub
commit 16daf117aa
  1. 7
      .npmignore
  2. 4
      package.json

@ -1,7 +0,0 @@
assets
index.html
soljson.js
bin/list.*
bin/soljson-v*
.travis.yml
deployment/*

@ -1,6 +1,7 @@
{ {
"private": true,
"name": "browser-solidity", "name": "browser-solidity",
"version": "1.0.0", "version": "0.0.0",
"description": "Minimalistic browser-based Solidity IDE", "description": "Minimalistic browser-based Solidity IDE",
"scripts": { "scripts": {
"browser-test": "nightwatch --config nightwatch.js --env local", "browser-test": "nightwatch --config nightwatch.js --env local",
@ -75,7 +76,6 @@
"url": "https://github.com/ethereum/browser-solidity/issues" "url": "https://github.com/ethereum/browser-solidity/issues"
}, },
"homepage": "https://github.com/ethereum/browser-solidity#readme", "homepage": "https://github.com/ethereum/browser-solidity#readme",
"private": true,
"standard": { "standard": {
"ignore": [ "ignore": [
"build/", "build/",

Loading…
Cancel
Save