Skip to content

Commit

Permalink
chore: add version to deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Apr 22, 2024
1 parent f9b9149 commit b70c1b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ files:
- 'https://deno.land/x/capsule@v%.%.%/loader.js'
mod.ts: Capsule v%.%.%
dnt.ts: 'version: "%.%.%"'
deno.json: '"version": "%.%.%"'
5 changes: 5 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"name": "@kt3k/capsule",
"version": "0.6.0",
"exports": {
".": "mod.ts"
},
"compilerOptions": {
"lib": ["deno.ns", "deno.unstable", "dom", "esnext"]
},
Expand Down

0 comments on commit b70c1b6

Please sign in to comment.