aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-05 12:26:00 +0200
committerHampusM <hampus@hampusmat.com>2021-07-05 12:26:00 +0200
commitd4409b9f577f04ec14bc820ea994638fd4a79687 (patch)
tree098df710b549114abfaa5ff56a6cebcff0fb9ed4 /package.json
parent505c18041bebf533ec63fed3790f54f5c6e1843b (diff)
Moved some dependencies to workspaces & fixed client eslint config
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json
index 87dd2a1..3bf23fe 100644
--- a/package.json
+++ b/package.json
@@ -14,11 +14,6 @@
"packages/*"
],
"devDependencies": {
- "concurrently": "^6.2.0",
- "eslint": "^7.28.0",
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.23.4",
- "eslint-plugin-promise": "^5.1.0",
- "eslint-plugin-standard": "^5.0.0"
+ "concurrently": "^6.2.0"
}
}