fix: allow publishing as public package
This commit is contained in:
parent
0eaf43ebfe
commit
ca0fc09a01
1 changed files with 3 additions and 0 deletions
|
|
@ -36,5 +36,8 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://peoplesgrocers.com/code/oss/lseq.git",
|
"url": "git+https://peoplesgrocers.com/code/oss/lseq.git",
|
||||||
"directory": "typescript"
|
"directory": "typescript"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue