Comparing version 0.3.4 to 0.3.5-2
@@ -13,2 +13,5 @@ #!/usr/bin/env node | ||
// hacky hack hack to work around unpublishability | ||
version = version.replace(/-[0-9]+/, "") | ||
var filename = 'ipfs_v'+ version +'_' + goenv.GOOS + '-' + goenv.GOARCH + '.zip' | ||
@@ -65,3 +68,3 @@ var url = 'https://gobuilder.me/get/github.com/ipfs/go-ipfs/cmd/ipfs/' + filename | ||
case "amd64": | ||
case "i386": | ||
case "386": | ||
case "arm": | ||
@@ -68,0 +71,0 @@ break |
{ | ||
"name": "go-ipfs", | ||
"version": "0.3.4", | ||
"version": "0.3.5-2", | ||
"description": "Install the latest go-ipfs binary", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/jbenet/node-go-ipfs.git" | ||
"url": "https://github.com/ipfs/npm-go-ipfs.git" | ||
}, | ||
@@ -31,6 +31,6 @@ "dependencies": { | ||
"bugs": { | ||
"url": "https://github.com/jbenet/node-go-ipfs/issues" | ||
"url": "https://github.com/ipfs/npm-go-ipfs/issues" | ||
}, | ||
"homepage": "https://github.com/jbenet/node-go-ipfs", | ||
"homepage": "https://github.com/ipfs/npm-go-ipfs", | ||
"devDependencies": {} | ||
} |
# install go-ipfs from npm | ||
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![Dependency Status](https://david-dm.org/ipfs/npm-go-ipfs.svg?style=flat-square)](https://david-dm.org/ipfs/npm-go-ipfs) | ||
Install the latest [go-ipfs](https://github.com/ipfs/go-ipfs/) binary. | ||
@@ -17,7 +19,7 @@ | ||
> ipfs version | ||
ipfs version 0.2.3 | ||
ipfs version 0.3.5 | ||
> npm install go-ipfs | ||
> node_modules/.bin/ipfs | ||
ipfs version 0.2.3 | ||
ipfs version 0.3.5 | ||
``` | ||
@@ -24,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
7999
10
122
34
3