Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 2771a5c

Browse files
committedOct 21, 2015
remove unnecessary second installation of go-ipfs
1 parent 0c31e40 commit 2771a5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"brfs": "^1.4.1",
2929
"browserify": "^11.0.0",
3030
"concurrently": "^0.1.1",
31-
"go-ipfs": "^0.3.7-3",
3231
"ipfsd-ctl": "^0.5.1",
3332
"karma": "^0.13.11",
3433
"karma-browserify": "^4.4.0",
@@ -42,7 +41,7 @@
4241
"scripts": {
4342
"test": "npm run test:node && npm run test:browser",
4443
"test:node": "./node_modules/.bin/mocha",
45-
"test:browser": "./node_modules/.bin/ipfs init && API_ORIGIN=\"*\" ./node_modules/.bin/concurrent --kill-others \"./node_modules/.bin/ipfs daemon\" \"./node_modules/.bin/karma start --single-run=true karma.conf.js\"",
44+
"test:browser": "./node_modules/ipfsd-ctl/node_modules/go-ipfs/bin/ipfs init && API_ORIGIN=\"*\" ./node_modules/.bin/concurrent --kill-others \"./node_modules/.bin/ipfs daemon\" \"./node_modules/.bin/karma start --single-run=true karma.conf.js\"",
4645
"lint": "./node_modules/.bin/standard",
4746
"build": "./node_modules/.bin/browserify -t brfs -s ipfsAPI -e ./src/index.js | tee dist/ipfsapi.js | ./node_modules/.bin/uglifyjs -m > dist/ipfsapi.min.js"
4847
},

0 commit comments

Comments
 (0)
This repository has been archived.