update to sync jar and npm versions
update to v0.9.3
This commit is contained in:
1
jsr.json
1
jsr.json
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "@itsericwoodward/twtxt-lib",
|
||||
"version": "0.9.1",
|
||||
"license": "MIT",
|
||||
"exports": "./src/index.ts"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user