Skip to content

Commit 1e86cf9

Browse files
committed
v0.3.0
1 parent a5be52b commit 1e86cf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@membean/react-uikit",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"files": [
@@ -26,7 +26,8 @@
2626
},
2727
"peerDependencies": {
2828
"react": "^16.12.0",
29-
"react-dom": "^16.12.0"
29+
"react-dom": "^16.12.0",
30+
"react-router-dom": "^5.1.2"
3031
},
3132
"scripts": {
3233
"start": "react-scripts start",

0 commit comments

Comments
 (0)