Comparing version 0.3.8 to 0.3.9
@@ -10,2 +10,3 @@ #!/usr/bin/env node | ||
var version = require('./package.json').version | ||
var ipfs = require('./') | ||
@@ -20,3 +21,3 @@ checkPlatform(goenv) // make sure we can do this. | ||
var bin = path.join(__dirname, 'bin') | ||
var bin = path.dirname(ipfs) | ||
var tmp = path.join(__dirname, 'tmp') | ||
@@ -23,0 +24,0 @@ var installPath = path.join(bin, 'ipfs') |
{ | ||
"name": "go-ipfs", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Install the latest go-ipfs binary", | ||
@@ -36,6 +36,3 @@ "main": "index.js", | ||
"tape": "^4.2.0" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
} | ||
} |
@@ -19,7 +19,7 @@ # install go-ipfs from npm | ||
> ipfs version | ||
ipfs version 0.3.8 | ||
ipfs version 0.3.9 | ||
> npm install go-ipfs | ||
> node_modules/.bin/ipfs | ||
ipfs version 0.3.8 | ||
ipfs version 0.3.9 | ||
``` | ||
@@ -26,0 +26,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138
8671