Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-taft-wd committed Aug 29, 2018
1 parent 74c9432 commit 5dd6743
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jest-fetch-mock",
"name": "shtaft-jest-fetch-mock",
"version": "1.6.4",
"description": "fetch mock for jest",
"main": "src/index.js",
Expand All @@ -9,19 +9,19 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/jefflau/jest-fetch-mock.git"
"url": "git+https://github.com/shtaft/jest-fetch-mock.git"
},
"keywords": [
"jest",
"mock",
"fetch"
],
"author": "Jeff Lau <jeff-lau@live.com> (http://jefflau.net/)",
"author": "Simon Taft <taft.simon@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jefflau/jest-fetch-mock/issues"
"url": "https://github.com/shtaft/jest-fetch-mock/issues"
},
"homepage": "https://github.com/jefflau/jest-fetch-mock#readme",
"homepage": "https://github.com/shtaft/jest-fetch-mock#readme",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"promise-polyfill": "^7.1.1"
Expand Down

0 comments on commit 5dd6743

Please sign in to comment.