Publish npm package via github
This commit is contained in:
+5
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user