chore: switch to npmjs registry, publish v0.4.5
- Remove Gitea npm registry, use npmjs.org - changeset publish works natively with npmjs - release script: build + test + changeset publish - Remove custom release.sh, all via changesets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@uncaged/workflow-util",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.5",
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
@@ -19,5 +19,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user