Skip to content

Commit

Permalink
Cleanup: fix fetch-mock dep location
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalmazor committed Oct 9, 2024
1 parent c9f173f commit cca8ac9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"fetch-mock": "^11.1.5",
"jest": "^29.7.0",
"js-yaml": ">=3.13.1",
"lodash": ">=4.17.13",
Expand All @@ -44,8 +45,5 @@
"format": "prettier -w '*.{js,json}' '{lib,test}/**/*.ts'",
"format-check": "prettier --check '*.{js,json}' '{lib,test}/**/*.ts'",
"test": "jest"
},
"dependencies": {
"fetch-mock": "^11.1.5"
}
}

0 comments on commit cca8ac9

Please sign in to comment.