Attempt at fixing NPM login

This commit is contained in:
Julien Valverdé
2024-06-18 04:30:10 +02:00
parent 3cc14b32c7
commit 07ff9a9da2
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
"name": "@thilawyn/thilalib",
"version": "0.1.0",
"type": "module",
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
},
"files": [
"./dist"
],