fix: use wildcard for external devDeps
This commit is contained in:
parent
baeb716a3e
commit
cf2a15fb2e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@transquinnftw/typescript-config-base": "workspace:*"
|
||||
"@transquinnftw/typescript-config-base": "*"
|
||||
},
|
||||
"publishConfig": {
|
||||
"@transquinnftw:registry": "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue