Skip to content

Commit

Permalink
Merge pull request #31 from openimis/flat-hotfix
Browse files Browse the repository at this point in the history
flat-hotfix
  • Loading branch information
sniedzielski authored Aug 13, 2024
2 parents d79034a + fd60a60 commit d0370a0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"prepare":"npm run build"
"prepare": "npm run build"
},
"peerDependency": {
"react-intl": "^5.8.1"
Expand All @@ -37,11 +37,12 @@
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-api-middleware": "^3.2.1",
"rollup": "^2.10.0",
"flat": "^6.0.1"
"rollup": "^2.10.0"
},
"files": [
"dist"
],
"dependencies": {}
"dependencies": {
"flat": "^5.0.2"
}
}

0 comments on commit d0370a0

Please sign in to comment.