From 706308148e0ddbb7dee067342dde91d3f49bc49b Mon Sep 17 00:00:00 2001 From: Eric Woodward Date: Sun, 8 Mar 2026 00:50:36 -0500 Subject: [PATCH] update to sync jar and npm versions update to v0.9.3 --- jsr.json | 1 - package.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index 52643fb..272f922 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,5 @@ { "name": "@itsericwoodward/twtxt-lib", - "version": "0.9.1", "license": "MIT", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index b5a78dd..781bd76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twtxt-lib", - "version": "0.9.2", + "version": "0.9.3", "description": "An isomorphic TypeScript library of utility functions for parsing and interacting with twtxt.txt files.", "license": "MIT", "author": { @@ -33,7 +33,7 @@ "preview": "vite preview", "prepublishOnly": "yarn build", "postpublish": "git push && git push --tags", - "publish": "npm run publish:jsr && npm run publish:npm", + "publish": "npm publish && npx jsr publish", "publish:jsr": "npx jsr publish", "publish:npm": "npm publish", "test": "vitest"