Skip to content

Commit

Permalink
Merge pull request #36 from KID-joker/main
Browse files Browse the repository at this point in the history
release v0.0.4
  • Loading branch information
KID-joker authored Dec 19, 2024
2 parents eb0b0f0 + 10ead6a commit d44fab1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workflows-demo",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"description": "github workflows demo",
"author": "KID-joker <[email protected]>",
"license": "MIT",
Expand All @@ -13,6 +13,9 @@
"bugs": "https://github.com/KID-joker/workflows-demo/issues",
"keywords": [],
"sideEffects": false,
"publishConfig": {
"publish-branch": "release"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d44fab1

Please sign in to comment.