Skip to content

Commit 4618437

Browse files
committed
update package.json
1 parent 065b6c4 commit 4618437

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"drawer-motion",
1515
"drawer-animation"
1616
],
17-
"homepage": "https://github.com/ant-motion/drawer",
17+
"homepage": "https://github.com/react-component/drawer",
1818
"author": "[email protected]",
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/ant-motion/drawer.git"
21+
"url": "https://github.com/react-component/drawer.git"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/ant-motion/drawer/issues"
24+
"url": "https://github.com/react-component/drawer/issues"
2525
},
2626
"files": [
2727
"lib",
@@ -44,6 +44,11 @@
4444
"react": ">=16.9.0",
4545
"react-dom": ">=16.9.0"
4646
},
47+
"dependencies": {
48+
"@babel/runtime": "^7.10.1",
49+
"classnames": "^2.2.6",
50+
"rc-util": "^5.7.0"
51+
},
4752
"devDependencies": {
4853
"@types/classnames": "^2.2.9",
4954
"@types/enzyme": "^3.1.15",
@@ -67,10 +72,5 @@
6772
"react-dom": "^16.10.2",
6873
"react-test-renderer": "^16.10.2",
6974
"typescript": "^4.0.3"
70-
},
71-
"dependencies": {
72-
"@babel/runtime": "^7.10.1",
73-
"classnames": "^2.2.6",
74-
"rc-util": "^5.7.0"
7575
}
7676
}

0 commit comments

Comments
 (0)