Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bafc7e2

Browse files
Merge pull request #2 from holidayextras/rename-module
Rename module
2 parents d667dff + e2540cb commit bafc7e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "unfetch",
2+
"name": "@holidayextras/unfetch",
33
"version": "3.0.0",
44
"description": "Bare minimum fetch polyfill in 500 bytes",
55
"main": "dist/unfetch.js",
@@ -19,14 +19,14 @@
1919
"prepublish": "npm run -s build",
2020
"release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
2121
},
22-
"repository": "developit/unfetch",
22+
"repository": "holidayextras/unfetch",
2323
"keywords": [
2424
"fetch",
2525
"polyfill",
2626
"xhr",
2727
"ajax"
2828
],
29-
"homepage": "https://github.com/developit/unfetch",
29+
"homepage": "https://github.com/holidayextras/unfetch",
3030
"authors": [
3131
"Jason Miller <[email protected]>"
3232
],

0 commit comments

Comments
 (0)