diff --git a/README.md b/README.md index 1f847a45..bb08278d 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,9 @@ [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![Travis CI](https://flat.badgen.net/travis/ipfs/js-ipfs-unixfs)](https://travis-ci.com/ipfs/js-ipfs-unixfs) [![Codecov](https://codecov.io/gh/ipfs/js-ipfs-unixfs/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/js-ipfs-unixfs) -[![Deps](https://david-dm.org/ipfs/js-ipfs-unixfs.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-unixfs) [![Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) -> JavaScript implementation of IPFS' UnixFS (a Unix FileSystem files representation on top of a MerkleDAG) +> JavaScript implementation of IPFS' UnixFS (a representation of a Unix file system on top of a MerkleDAG) The UnixFS spec can be found at [ipfs/specs/UNIXFS.md](https://github.com/ipfs/specs/blob/master/UNIXFS.md) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index de917838..1169fe22 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -14,7 +14,7 @@ "test:webworker": "aegir test -t webworker", "build": "aegir build", "lint": "aegir lint", - "prepublishOnly": "aegir release --test=false --lint=false --bump=false --publish=false", + "prepublishOnly": "aegir release --test=false --lint=false --bump=false", "coverage": "nyc -s npm run test:node && nyc report --reporter=html", "depcheck": "aegir dep-check" }, diff --git a/packages/ipfs-unixfs-importer/package.json b/packages/ipfs-unixfs-importer/package.json index d3d32d18..be6702ac 100644 --- a/packages/ipfs-unixfs-importer/package.json +++ b/packages/ipfs-unixfs-importer/package.json @@ -14,7 +14,7 @@ "test:webworker": "aegir test -t webworker", "build": "aegir build", "lint": "aegir lint", - "prepublishOnly": "aegir release --test=false --lint=false --bump=false --publish=false", + "prepublishOnly": "aegir release --test=false --lint=false --bump=false", "coverage": "nyc -s npm run test:node && nyc report --reporter=html", "depcheck": "aegir dep-check" }, diff --git a/packages/ipfs-unixfs/package.json b/packages/ipfs-unixfs/package.json index affbab12..96b5c474 100644 --- a/packages/ipfs-unixfs/package.json +++ b/packages/ipfs-unixfs/package.json @@ -14,7 +14,7 @@ "test:webworker": "aegir test -t webworker", "build": "aegir build", "lint": "aegir lint", - "prepublishOnly": "aegir release --test=false --lint=false --bump=false --publish=false", + "prepublishOnly": "aegir release --test=false --lint=false --bump=false", "coverage": "nyc -s aegir test -t node && nyc report --reporter=html", "depcheck": "aegir dep-check" },