Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Oct 2, 2024
1 parent d1bb1f7 commit 8292d8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hexagon/croner",
"version": "9.0.0-dev.1",
"version": "9.0.0-dev.2",
"exports": "./src/croner.ts",
"lint": {
"include": ["src", "build"]
Expand All @@ -10,10 +10,10 @@
"lineWidth": 100
},
"tasks": {
"test": "deno fmt --check && deno lint && deno check src/croner.ts",
"pre-commit": "deno fmt --check && deno lint && deno check src/croner.ts && deno test",
"build:clean": "deno run --allow-read --allow-write build/clean.ts",
"build:npm": "deno run --allow-read --allow-write build/npm.ts",
"build": "deno task build:clean && deno task test && deno run --allow-read --allow-write --allow-env --allow-run build/esbuild.ts && deno task build:npm",
"build": "deno task build:clean && deno task pre-commit && deno run --allow-read --allow-write --allow-env --allow-run build/esbuild.ts && deno task build:npm",
"check-deps": "deno run -A jsr:@check/deps"
},
"imports": {
Expand Down

0 comments on commit 8292d8d

Please sign in to comment.