Skip to content

Commit 9af3b86

Browse files
committed
Update package.json for forking
1 parent 1286b2d commit 9af3b86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "node-fetch",
3-
"version": "2.2.0",
4-
"description": "A light-weight module that brings window.fetch to node.js",
2+
"name": "@titelmedia/node-fetch",
3+
"version": "3.0.0",
4+
"description": "A light-weight module that brings the Fetch API to node.js; Forked from https://npm.im/node-fetch",
55
"main": "lib/index",
66
"module": "lib/index.mjs",
77
"files": [
@@ -21,7 +21,7 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/bitinn/node-fetch.git"
24+
"url": "https://github.com/titel-media/node-fetch.git"
2525
},
2626
"keywords": [
2727
"fetch",
@@ -31,9 +31,9 @@
3131
"author": "David Frank",
3232
"license": "MIT",
3333
"bugs": {
34-
"url": "https://github.com/bitinn/node-fetch/issues"
34+
"url": "https://github.com/titel-media/node-fetch/issues"
3535
},
36-
"homepage": "https://github.com/bitinn/node-fetch",
36+
"homepage": "https://github.com/titel-media/node-fetch",
3737
"devDependencies": {
3838
"babel-core": "^6.26.0",
3939
"babel-plugin-istanbul": "^4.1.5",

0 commit comments

Comments
 (0)