Skip to content

Commit

Permalink
chore: update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 19, 2020
1 parent 00613ef commit 37d96ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 37d96ee

Please sign in to comment.