Skip to content

Commit

Permalink
fix(dependencies): add optional cli-app-scripts peer dependency requi…
Browse files Browse the repository at this point in the history
…rement
  • Loading branch information
ismay committed Jul 21, 2021
1 parent e18fd43 commit 32733b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@
],
"peerDependencies": {
"@dhis2/app-service-config": "2.9.0-beta.2",
"@dhis2/cli-app-scripts": "^7.1.1",
"prop-types": "^15.7.2",
"react": "^16.8",
"react-dom": "^16.8"
},
"peerDependenciesMeta": {
"@dhis2/cli-app-scripts": {
"optional": true
}
},
"scripts": {
"build:types": "tsc --emitDeclarationOnly --outDir ./build/types",
"build:package": "d2-app-scripts build",
Expand Down

0 comments on commit 32733b5

Please sign in to comment.