Skip to content

Commit 7e5f7b4

Browse files
committed
fix: update package git url
1 parent 1a4b87d commit 7e5f7b4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/okonet/attr-accept.git"
19+
"url": "https://github.com/react-dropzone/attr-accept.git"
2020
},
2121
"keywords": [
2222
"html5",
@@ -28,11 +28,15 @@
2828
"file"
2929
],
3030
"author": "Andrey Okonetchnikov @okonetchnikov",
31+
"contributors": [
32+
"Andrey Okonetchnikov <[email protected]> (http://okonet.ru)",
33+
"Roland Groza <[email protected]>"
34+
],
3135
"license": "MIT",
3236
"bugs": {
33-
"url": "https://github.com/okonet/attr-accept/issues"
37+
"url": "https://github.com/react-dropzone/attr-accept/issues"
3438
},
35-
"homepage": "https://github.com/okonet/attr-accept#readme",
39+
"homepage": "https://github.com/react-dropzone/attr-accept#readme",
3640
"devDependencies": {
3741
"@size-limit/preset-small-lib": "^2.1.6",
3842
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)