Skip to content

Commit 13df1a8

Browse files
sjanuaryhhellyer
authored andcommitted
Update dependencies for node-gyp and tap and reinstate request dependency (#295)
1 parent 0647851 commit 13df1a8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
},
88
"dependencies": {
99
"nan": "2.x",
10-
"tar": "2.x"
10+
"tar": "2.x",
11+
"request": "2.x"
1112
},
1213
"bundleDependencies": [
13-
"tar"
14+
"tar",
15+
"request"
1416
],
1517
"devDependencies": {
16-
"node-gyp": "2.x",
17-
"tap": "^5.7.x"
18+
"node-gyp": "3.x",
19+
"tap": "7.x"
1820
},
1921
"scripts": {
2022
"test": "tap --reporter tap tests/api_tests.js",

0 commit comments

Comments
 (0)