Skip to content

Commit

Permalink
feat: update version and add publish config
Browse files Browse the repository at this point in the history
- Bump version from 0.0.0 to 0.1.0
- Add publish configuration to include necessary files
  - Include .ts files, LICENSE, README.md, and deno.json
  • Loading branch information
ryoppippi committed Aug 22, 2024
1 parent 0149819 commit a0a607d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ryoppippi/curxy",
"version": "0.0.0",
"version": "0.1.0",
"exports": "./main.ts",
"tasks": {
"dev": "deno run --watch main.ts",
Expand All @@ -18,5 +18,13 @@
"ufo": "npm:ufo@^1.5.3",
"untun": "npm:untun@^0.1.3",
"yoctocolors": "npm:yoctocolors@^2.1.1"
},
"publish": {
"include": [
"./*.ts",
"LICENSE",
"README.md",
"deno.json"
]
}
}

0 comments on commit a0a607d

Please sign in to comment.