Skip to content

Commit 191f263

Browse files
authored
Rename react-sortable to react-sortablejs
1 parent 21cc530 commit 191f263

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,7 +1,7 @@
11
{
22
"name": "react-sortablejs",
33
"version": "1.4.0",
4-
"description": "A React component built on top of Sortable (https://github.com/RubaXa/Sortable).",
4+
"description": "A React component built on top of Sortable (https://github.com/SortableJS/Sortable).",
55
"main": "lib/index.js",
66
"scripts": {
77
"prepublish": "npm run lint && npm test && npm run build && npm run dist && npm run build-examples && npm run release",
@@ -21,14 +21,14 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "git+https://github.com/cheton/react-sortable.git"
24+
"url": "git+https://github.com/SortableJS/react-sortablejs.git"
2525
},
2626
"author": "Cheton Wu <[email protected]>",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/cheton/react-sortable/issues"
29+
"url": "https://github.com/SortableJS/react-sortablejs/issues"
3030
},
31-
"homepage": "https://github.com/cheton/react-sortable",
31+
"homepage": "https://github.com/SortableJS/react-sortablejs",
3232
"keywords": [
3333
"react",
3434
"react-component",

0 commit comments

Comments
 (0)