use link: rather than file: for local dependencies

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-05 12:44:58 +01:00
parent bbd59ed355
commit 22f4ecb0e6
6 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
"@octokit/rest": "^18.5.3",
"azure-devops-node-api": "^11.0.1",
"dockerode": "^3.3.1",
"example-app": "file:../app",
"example-app": "link:../app",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"express-prom-bundle": "^6.3.6",