Add publish config for npm Gitea registry

This commit is contained in:
Theo 2023-08-18 23:35:29 -07:00
parent 4a1edeaef9
commit 6bff5b560f

@ -44,5 +44,8 @@
},
"files": [
"lib/**/*"
]
],
"publishConfig": {
"registry": "https://git.tornado.ws/api/packages/tornado-packages/npm"
}
}