Skip to content

Commit 85be80a

Browse files
committed
update package.json
1 parent e81d02c commit 85be80a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dollarshaveclub/node-fetch",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"private": false,
55
"description": "A light-weight module that brings the Fetch API to node.js; Forked from https://npm.im/node-fetch",
66
"main": "lib/index",
@@ -22,7 +22,7 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/titel-media/node-fetch.git"
25+
"url": "https://github.com/dollarshaveclub/node-fetch.git"
2626
},
2727
"keywords": [
2828
"fetch",
@@ -32,9 +32,9 @@
3232
"author": "David Frank",
3333
"license": "MIT",
3434
"bugs": {
35-
"url": "https://github.com/titel-media/node-fetch/issues"
35+
"url": "https://github.com/dollarshaveclub/node-fetch/issues"
3636
},
37-
"homepage": "https://github.com/titel-media/node-fetch",
37+
"homepage": "https://github.com/dollarshaveclub/node-fetch",
3838
"devDependencies": {
3939
"babel-core": "^6.26.0",
4040
"babel-plugin-istanbul": "^4.1.5",

0 commit comments

Comments
 (0)