Skip to content

Commit

Permalink
chore(deps-dev): lift to root package
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Sep 15, 2021
1 parent ba896f2 commit 37451b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/pwa-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"serve": "serve -l 5500 build/app",
"demo": "yarn build --force --debug && yarn serve"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "8.0.0-beta.8",
"serve": "^12.0.0"
},
"peerDependencies": {
"@dhis2/app-runtime": "*",
"@dhis2/d2-i18n": "*",
Expand Down
3 changes: 0 additions & 3 deletions examples/simple-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"author": "Austin McGee <[email protected]>",
"license": "BSD-3-Clause",
"private": true,
"devDependencies": {
"@dhis2/cli-app-scripts": "8.0.0-beta.8"
},
"scripts": {
"start": "d2-app-scripts start",
"build": "d2-app-scripts build",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"devDependencies": {
"@dhis2/cli-style": "^9.2.0",
"@dhis2/cli-utils-docsite": "^3.0.0",
"concurrently": "^6.0.0"
"concurrently": "^6.0.0",
"serve": "^12.0.0"
},
"scripts": {
"format": "d2-style apply",
Expand Down

0 comments on commit 37451b5

Please sign in to comment.