Skip to content

Commit

Permalink
TASK: Move concurrently dependency back into the consuming packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Jan 19, 2022
1 parent 0442456 commit 1b21913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions DistributionPackages/Vendor.Site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@types/node": "^14.14.36",
"@types/terser-webpack-plugin": "^5.0.3",
"autoprefixer": "^10.2.5",
"concurrently": "^6.2.1",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"eslint": "^7.22.0",
Expand Down
1 change: 1 addition & 0 deletions DistributionPackages/Vendor.WheelInventor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"autoprefixer": "^10.3.4",
"concurrently": "^6.2.1",
"cssnano": "^5.0.8",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.1",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"DistributionPackages/*"
],
"devDependencies": {
"lerna": "^4.0.0",
"concurrently": "^6.2.1"
"lerna": "^4.0.0"
},
"scripts": {
"cleanup:node": "find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \\;",
Expand Down

0 comments on commit 1b21913

Please sign in to comment.