summaryrefslogtreecommitdiff
path: root/worker
diff options
context:
space:
mode:
Diffstat (limited to 'worker')
-rw-r--r--worker/package.json4
-rw-r--r--worker/scripts/npm_publish.ts0
-rw-r--r--worker/tsconfig.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/worker/package.json b/worker/package.json
index a3cfcd6..4db8dba 100644
--- a/worker/package.json
+++ b/worker/package.json
@@ -17,8 +17,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
- "@emprespresso/pengueno": "*",
- "@emprespresso/ci_model": "*"
+ "@emprespresso/ci_model": "*",
+ "@emprespresso/pengueno": "^0.0.5"
},
"devDependencies": {
"copyfiles": "2.4.1"
diff --git a/worker/scripts/npm_publish.ts b/worker/scripts/npm_publish.ts
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/worker/scripts/npm_publish.ts
diff --git a/worker/tsconfig.json b/worker/tsconfig.json
index 58e9147..3858ff4 100644
--- a/worker/tsconfig.json
+++ b/worker/tsconfig.json
@@ -11,5 +11,5 @@
},
"include": ["**/*.ts"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
- "references": [{ "path": "../u" }, { "path": "../model" }]
+ "references": [{ "path": "../model" }]
}