Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d667dff + e2540cb commit bafc7e2Copy full SHA for bafc7e2
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "unfetch",
+ "name": "@holidayextras/unfetch",
3
"version": "3.0.0",
4
"description": "Bare minimum fetch polyfill in 500 bytes",
5
"main": "dist/unfetch.js",
@@ -19,14 +19,14 @@
19
"prepublish": "npm run -s build",
20
"release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
21
},
22
- "repository": "developit/unfetch",
+ "repository": "holidayextras/unfetch",
23
"keywords": [
24
"fetch",
25
"polyfill",
26
"xhr",
27
"ajax"
28
],
29
- "homepage": "https://github.com/developit/unfetch",
+ "homepage": "https://github.com/holidayextras/unfetch",
30
"authors": [
31
"Jason Miller <[email protected]>"
32
0 commit comments