Skip to content

Commit

Permalink
Fixed #2346: Yarn package.json correction (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 3, 2021
1 parent 763d3a3 commit 524cb27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
"sass": "^1.32.8",
"xlsx": "^0.15.1"
},
"peerDependencies": {
"react-transition-group": "^4.4.1"
},
"peerDependenciesMeta": {
"react-transition-group": {
"optional": true
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 524cb27

Please sign in to comment.