Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Adding nock to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Feb 3, 2020
1 parent 168b2b1 commit 15183e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1",
"tslib": "^1",
"@salesforce/kit": "1.2.1",
"sinon": "8.1.0"
"nock": "^11.7.2",
"sinon": "8.1.0",
"tslib": "^1"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
Expand Down

0 comments on commit 15183e1

Please sign in to comment.