From d5363c39609f3145c353eda5268d8828fd4d18d6 Mon Sep 17 00:00:00 2001 From: Eric Woodward Date: Sun, 8 Mar 2026 01:05:57 -0500 Subject: [PATCH] fix broken publish command update to v0.9.4 --- jsr.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jsr.json b/jsr.json index 582cfa1..76a77c6 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@itsericwoodward/twtxt-lib", - "version": "0.9.3", + "version": "0.9.4", "license": "MIT", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index 781bd76..d296b43 100644 --- a/package.json +++ b/package.json @@ -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": {