deps for http request and tests
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
7aa757015a
commit
894b704e8d
|
@ -27,10 +27,13 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/cloudevents/sdk-javascript#readme",
|
"homepage": "https://github.com/cloudevents/sdk-javascript#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"axios": "0.18.0",
|
||||||
"uuid": "3.3.2"
|
"uuid": "3.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "4.2.0",
|
"chai": "4.2.0",
|
||||||
"mocha": "5.2.0"
|
"mocha": "5.2.0",
|
||||||
|
"chai-http": "4.2.0",
|
||||||
|
"nock": "10.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue