add publishConfig to package.json
This commit is contained in:
parent
9dc544d4a3
commit
4afb23de1a
@ -4,6 +4,9 @@
|
||||
"description": "Template project for creating new TypeScript type-definition-only packages",
|
||||
"main": "src/index.d.ts",
|
||||
"types": "src/index.d.ts",
|
||||
"publishConfig": {
|
||||
"registry": "https://gitea.jbrumond.me/api/packages/templates/npm/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.jbrumond.me:templates/typescript-types.git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user