Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix: add node dev deps (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Mar 17, 2021
1 parent ee4c81f commit 9fcc821
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
script:
- npx aegir dep-check
- npm run lint
- npm run build

notifications:
email: false
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
"build": "aegir build",
"release": "aegir release --target node",
"release-minor": "aegir release --type minor --target node",
"test": "aegir test -t node",
Expand All @@ -14,10 +15,6 @@
"browser": {
"file-type": "file-type/browser"
},
"pre-push": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs-http-response.git"
Expand Down Expand Up @@ -52,7 +49,9 @@
"ipfs": "^0.54.2",
"ipfsd-ctl": "^7.0.0",
"it-all": "^1.0.1",
"uint8arrays": "^2.0.5"
"path": "^0.12.7",
"uint8arrays": "^2.0.5",
"util": "^0.12.3"
},
"contributors": [
"Vasco Santos <vasco.santos@moxy.studio>",
Expand Down

0 comments on commit 9fcc821

Please sign in to comment.