aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-inject/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-08 21:36:43 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-09 19:53:03 +0100
commitd07e7b834831230b53860d0919a68edc2d36193d (patch)
treea1f2a021563ddff54f33341c475fc6c6eb787388 /packages/service-inject/package.json
parentNew configurations based on review comments (WIP) (diff)
downloadsophie-d07e7b834831230b53860d0919a68edc2d36193d.tar.gz
sophie-d07e7b834831230b53860d0919a68edc2d36193d.tar.zst
sophie-d07e7b834831230b53860d0919a68edc2d36193d.zip
build: Eslint fixes for multi-module project
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/service-inject/package.json')
-rw-r--r--packages/service-inject/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/service-inject/package.json b/packages/service-inject/package.json
index 7c496fd..c045500 100644
--- a/packages/service-inject/package.json
+++ b/packages/service-inject/package.json
@@ -6,13 +6,9 @@
6 "type": "module", 6 "type": "module",
7 "types": "dist-types/index.d.ts", 7 "types": "dist-types/index.d.ts",
8 "scripts": { 8 "scripts": {
9 "typecheck": "tsc" 9 "typecheck:workspace": "yarn g:typecheck"
10 }, 10 },
11 "dependencies": { 11 "dependencies": {
12 "@sophie/service-shared": "workspace:*" 12 "@sophie/service-shared": "workspace:*"
13 },
14 "devDependencies": {
15 "rimraf": "^3.0.2",
16 "typescript": "^4.5.4"
17 } 13 }
18} 14}