Skip to content

Commit 84c88a1

Browse files
committed
package.json: use "file:" for local dependencies
Instead of using the Yarn link protocol, we can use npm's built-in support for local dependencies using "file:".
1 parent 7fc54ec commit 84c88a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176
"deep-freeze": "0.0.1",
177177
"eslint": "^8.39.0",
178178
"eslint-plugin-deprecation": "^1.4.1",
179-
"eslint-plugin-dspace-angular-html": "link:./lint/dist/src/rules/html",
180-
"eslint-plugin-dspace-angular-ts": "link:./lint/dist/src/rules/ts",
179+
"eslint-plugin-dspace-angular-html": "file:./lint/dist/src/rules/html",
180+
"eslint-plugin-dspace-angular-ts": "file:./lint/dist/src/rules/ts",
181181
"eslint-plugin-import": "^2.27.5",
182182
"eslint-plugin-import-newlines": "^1.3.1",
183183
"eslint-plugin-jsdoc": "^45.0.0",

0 commit comments

Comments
 (0)