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": {