Skip to content

Commit 37d96ee

Browse files
committed
chore: update build scripts
1 parent 00613ef commit 37d96ee

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
66
[![Travis CI](https://flat.badgen.net/travis/ipfs/js-ipfs-unixfs)](https://travis-ci.com/ipfs/js-ipfs-unixfs)
77
[![Codecov](https://codecov.io/gh/ipfs/js-ipfs-unixfs/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/js-ipfs-unixfs)
8-
[![Deps](https://david-dm.org/ipfs/js-ipfs-unixfs.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-unixfs)
98
[![Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
109

11-
> JavaScript implementation of IPFS' UnixFS (a Unix FileSystem files representation on top of a MerkleDAG)
10+
> JavaScript implementation of IPFS' UnixFS (a representation of a Unix file system on top of a MerkleDAG)
1211
1312
The UnixFS spec can be found at [ipfs/specs/UNIXFS.md](https://github.com/ipfs/specs/blob/master/UNIXFS.md)
1413

packages/ipfs-unixfs-exporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:webworker": "aegir test -t webworker",
1515
"build": "aegir build",
1616
"lint": "aegir lint",
17-
"prepublishOnly": "aegir release --test=false --lint=false --bump=false --publish=false",
17+
"prepublishOnly": "aegir release --test=false --lint=false --bump=false",
1818
"coverage": "nyc -s npm run test:node && nyc report --reporter=html",
1919
"depcheck": "aegir dep-check"
2020
},

packages/ipfs-unixfs-importer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:webworker": "aegir test -t webworker",
1515
"build": "aegir build",
1616
"lint": "aegir lint",
17-
"prepublishOnly": "aegir release --test=false --lint=false --bump=false --publish=false",
17+
"prepublishOnly": "aegir release --test=false --lint=false --bump=false",
1818
"coverage": "nyc -s npm run test:node && nyc report --reporter=html",
1919
"depcheck": "aegir dep-check"
2020
},

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:webworker": "aegir test -t webworker",
1515
"build": "aegir build",
1616
"lint": "aegir lint",
17-
"prepublishOnly": "aegir release --test=false --lint=false --bump=false --publish=false",
17+
"prepublishOnly": "aegir release --test=false --lint=false --bump=false",
1818
"coverage": "nyc -s aegir test -t node && nyc report --reporter=html",
1919
"depcheck": "aegir dep-check"
2020
},

0 commit comments

Comments
 (0)