Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brantstuns committed Feb 6, 2020
1 parent a5be52b commit 1e86cf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@membean/react-uikit",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
Expand All @@ -26,7 +26,8 @@
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 1e86cf9

Please sign in to comment.