From be57c9b418663398f8bc88ecfee7e98d27314465 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 18 Jan 2018 16:43:50 +0100 Subject: [PATCH] remove npm-link-local --- remix-debugger/package.json | 2 -- remix-solidity/package.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/remix-debugger/package.json b/remix-debugger/package.json index f9a07d4a75..ee45ba541a 100644 --- a/remix-debugger/package.json +++ b/remix-debugger/package.json @@ -33,7 +33,6 @@ "fast-async": "^6.1.2", "http-server": "^0.9.0", "nightwatch": "^0.9.5", - "npm-link-local": "^1.1.0", "selenium-standalone": "^6.0.1", "solc": "^0.4.13", "standard": "^7.0.1", @@ -42,7 +41,6 @@ "web3": "^0.15.3" }, "scripts": { - "postinstall": "npm-link-local ../remix-lib && npm-link-local ../remix-core && npm-link-local ../remix-solidity", "build": "mkdirp build; browserify index.js > build/app.js", "lint": "standard | notify-error", "nightwatch_local": "nightwatch --config nightwatch.js --env local", diff --git a/remix-solidity/package.json b/remix-solidity/package.json index 2525bc3590..9019c39737 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -21,7 +21,6 @@ "ethereumjs-util": "^4.5.0", "ethereumjs-vm": "2.3.1", "fast-async": "^6.1.2", - "npm-link-local": "^1.1.0", "remix-core": "latest", "remix-lib": "latest", "solc": "^0.4.13", @@ -29,7 +28,6 @@ "tape": "^4.6.0" }, "scripts": { - "postinstall": "npm-link-local ../remix-lib && npm-link-local ../remix-core", "test": "standard && npm run downloadsolc && tape ./test/tests.js", "downloadsolc": "test -e soljson.js || wget https://ethereum.github.io/solc-bin/soljson.js" },