Skip to content

Commit

Permalink
fix: move "got" to the normal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jul 6, 2020
1 parent eeb491f commit 288e2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5,866 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.7.0",
"fs-extra": "^9.0.1",
"got": "^11.3.0",
"husky": ">=4",
"jest": "^26.0.1",
"lint-staged": ">=10",
Expand All @@ -53,7 +52,8 @@
},
"dependencies": {
"debug": "^4.1.1",
"semver": "^7.3.2"
"semver": "^7.3.2",
"got": "^11.3.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 288e2b6

Please sign in to comment.