Skip to content

Commit

Permalink
move nock to devDependency (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Anderson authored and stevengum committed Oct 14, 2019
1 parent 1fe68b7 commit 490ca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botframework-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"botframework-schema": "4.1.6",
"form-data": "^2.3.3",
"jsonwebtoken": "8.0.1",
"nock": "^10.0.3",
"node-fetch": "^2.2.1",
"rsa-pem-from-mod-exp": "^0.8.4"
},
Expand All @@ -35,6 +34,7 @@
"codelyzer": "^4.1.0",
"dotenv": "^5.0.1",
"mocha": "^5.2.0",
"nock": "^10.0.3",
"nyc": "^11.4.1",
"should": "^13.2.3",
"source-map-support": "^0.5.3",
Expand Down

0 comments on commit 490ca73

Please sign in to comment.