Skip to content

Commit

Permalink
moving nock from dependency to devDependencies
Browse files Browse the repository at this point in the history
microsoft#98
* is used only in tests
* will brings a lot transitive dependencies into production environment
  • Loading branch information
christlang committed Oct 31, 2018
1 parent 6da7515 commit 3f6f232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@types/node": "^6.0.92",
"@types/shelljs": "0.7.4",
"mocha": "^3.5.3",
"nock": "9.6.1",
"react-scripts": "1.1.5",
"shelljs": "0.7.6",
"semver": "4.3.3",
"typescript": "2.4.2"
},
"dependencies": {
"nock": "9.6.1",
"tunnel": "0.0.4",
"underscore": "1.8.3"
}
Expand Down
1 change: 0 additions & 1 deletion test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f6f232

Please sign in to comment.