Publish npm package via github

This commit is contained in:
2026-03-18 17:48:21 +01:00
parent 9b8e80728e
commit 9be3ceb642
3 changed files with 41 additions and 3 deletions
+5 -2
View File
@@ -1,8 +1,8 @@
{
"name": "bunext",
"name": "@moduletrace/bunext",
"module": "index.ts",
"type": "module",
"version": "1.0.0",
"version": "1.0.1",
"bin": {
"bunext": "dist/index.js"
},
@@ -30,6 +30,9 @@
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.1",
"bun-plugin-tailwind": "^0.1.2",