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

Commit 40e21c0

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

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"browser": {
1515
"file-type": "file-type/browser"
1616
},
17-
"pre-push": [
18-
"lint",
19-
"test"
20-
],
2117
"repository": {
2218
"type": "git",
2319
"url": "git+https://github.com/ipfs/js-ipfs-http-response.git"
@@ -52,7 +48,9 @@
5248
"ipfs": "^0.54.2",
5349
"ipfsd-ctl": "^7.0.0",
5450
"it-all": "^1.0.1",
55-
"uint8arrays": "^2.0.5"
51+
"path": "^0.12.7",
52+
"uint8arrays": "^2.0.5",
53+
"util": "^0.12.3"
5654
},
5755
"contributors": [
5856
"Vasco Santos <[email protected]>",

0 commit comments

Comments
 (0)