Skip to content

Commit 894b704

Browse files
committed
deps for http request and tests
Signed-off-by: Fabio José <[email protected]>
1 parent 7aa7570 commit 894b704

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@
2727
},
2828
"homepage": "https://github.com/cloudevents/sdk-javascript#readme",
2929
"dependencies": {
30+
"axios": "0.18.0",
3031
"uuid": "3.3.2"
3132
},
3233
"devDependencies": {
3334
"chai": "4.2.0",
34-
"mocha": "5.2.0"
35+
"mocha": "5.2.0",
36+
"chai-http": "4.2.0",
37+
"nock": "10.0.2"
3538
}
3639
}

0 commit comments

Comments
 (0)