Skip to content

Commit

Permalink
hooks call fixes 🎯
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu-rawat committed May 17, 2020
1 parent cba4682 commit 9829683
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "side-navigation-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "Easy, responsive & flexible navigational component that compose declaratively with your application.",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -66,14 +66,7 @@
"@emotion/styled": "^10.0.23",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"react-router-dom": "^5.1.2",
"@emotion/is-prop-valid": "^0.8.8",
"@emotion/styled": "^10.0.27",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2"
}
}

0 comments on commit 9829683

Please sign in to comment.