Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onokumus committed Jul 3, 2020
1 parent 77f047c commit 38daf37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# metismenu-react
# @metismenu/react
> react.js component for metismenu
## Getting started
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metismenu/react",
"version": "0.0.1",
"version": "0.0.2",
"description": "react component for MetisMenu",
"keywords": [
"metismenu",
Expand All @@ -16,9 +16,11 @@
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"tslib": "^2.0.0",
"metismenujs": "^1.2.0"
"metismenujs": "^1.2.1"
},
"peerDependencies": {
"react": "^16.13.1"
Expand Down

0 comments on commit 38daf37

Please sign in to comment.