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

Commit ced9811

Browse files
committed
fix: add node dev deps
1 parent ee4c81f commit ced9811

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
script:
2828
- npx aegir dep-check
2929
- npm run lint
30+
- npm run build
3031

3132
notifications:
3233
email: false

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"main": "src/index.js",
77
"scripts": {
88
"lint": "aegir lint",
9+
"build": "aegir build",
910
"release": "aegir release --target node",
1011
"release-minor": "aegir release --type minor --target node",
1112
"test": "aegir test -t node",
@@ -14,10 +15,6 @@
1415
"browser": {
1516
"file-type": "file-type/browser"
1617
},
17-
"pre-push": [
18-
"lint",
19-
"test"
20-
],
2118
"repository": {
2219
"type": "git",
2320
"url": "git+https://github.com/ipfs/js-ipfs-http-response.git"
@@ -52,7 +49,9 @@
5249
"ipfs": "^0.54.2",
5350
"ipfsd-ctl": "^7.0.0",
5451
"it-all": "^1.0.1",
55-
"uint8arrays": "^2.0.5"
52+
"path": "^0.12.7",
53+
"uint8arrays": "^2.0.5",
54+
"util": "^0.12.3"
5655
},
5756
"contributors": [
5857
"Vasco Santos <vasco.santos@moxy.studio>",

0 commit comments

Comments
 (0)