fix broken publish command
update to v0.9.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
@@ -33,9 +33,9 @@
|
||||
"preview": "vite preview",
|
||||
"prepublishOnly": "yarn build",
|
||||
"postpublish": "git push && git push --tags",
|
||||
"publish": "npm publish && npx jsr publish",
|
||||
"publish": "npm publish",
|
||||
"publish:jsr": "npx jsr publish",
|
||||
"publish:npm": "npm publish",
|
||||
"publish:all": "npm publish && npx jsr publish",
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user