Skip to content

Commit

Permalink
chore: bump version to 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed Sep 6, 2024
1 parent 716263b commit 7a3a3b0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,36 +1,30 @@
{
"name": "@tui/nice",
"version": "0.5.9",
"version": "0.5.10",
"exports": {
".": "./mod.ts",
"./block": "./src/block.ts",
"./unit": "./src/unit.ts",

"./style_block": "./src/style_block.ts",
"./margin": "./src/margin/mod.ts",
"./border": "./src/border/mod.ts",
"./text": "./src/text/mod.ts",

"./layout": "./src/layout/mod.ts",
"./layout/horizontal": "./src/layout/horizontal_block.ts",
"./layout/vertical": "./src/layout/vertical_block.ts",
"./layout/overlay": "./src/layout/overlay_block.ts"
},

"imports": {
"@tui/strings": "jsr:@tui/strings@^0",
"@tui/signals": "jsr:@tui/signals@^0",

// tests
"@std/assert": "jsr:@std/assert@^0.218",
"@crayon/crayon": "jsr:@crayon/[email protected]",
"@crayon/literal": "jsr:@crayon/[email protected]"
},

"fmt": {
"lineWidth": 120
},

"tasks": {
"demo": "deno run --allow-hrtime examples/demo.ts",
"demo-watch": "deno run --watch --allow-hrtime examples/demo.ts",
Expand Down

0 comments on commit 7a3a3b0

Please sign in to comment.