fix broken publish command

update to v0.9.4
This commit is contained in:
2026-03-08 01:05:57 -05:00
parent c6f4aeb38b
commit d5363c3960
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@itsericwoodward/twtxt-lib", "name": "@itsericwoodward/twtxt-lib",
"version": "0.9.3", "version": "0.9.4",
"license": "MIT", "license": "MIT",
"exports": "./src/index.ts" "exports": "./src/index.ts"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "twtxt-lib", "name": "twtxt-lib",
"version": "0.9.3", "version": "0.9.4",
"description": "An isomorphic TypeScript library of utility functions for parsing and interacting with twtxt.txt files.", "description": "An isomorphic TypeScript library of utility functions for parsing and interacting with twtxt.txt files.",
"license": "MIT", "license": "MIT",
"author": { "author": {
@@ -33,9 +33,9 @@
"preview": "vite preview", "preview": "vite preview",
"prepublishOnly": "yarn build", "prepublishOnly": "yarn build",
"postpublish": "git push && git push --tags", "postpublish": "git push && git push --tags",
"publish": "npm publish && npx jsr publish", "publish": "npm publish",
"publish:jsr": "npx jsr publish", "publish:jsr": "npx jsr publish",
"publish:npm": "npm publish", "publish:all": "npm publish && npx jsr publish",
"test": "vitest" "test": "vitest"
}, },
"dependencies": { "dependencies": {