Skip to content

Commit

Permalink
0.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Jan 3, 2025
1 parent 4c5d319 commit 555a126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/runnbs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "@std/dotenv/load";
import { retry } from "jsr:@std/async";
import { retry } from "@std/async";
import { getConfig } from "jurassic/config.ts";
import path from "node:path";

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jurassic/jurassic",
"version": "0.1.36",
"version": "0.1.37",
"license": "MIT",
"tasks": {
"build": "deno run -A --reload jsr:@jurassic/jurassic/export . && deno task runnbs && deno lint && deno fmt && deno task clean && deno test --allow-all",
Expand Down

0 comments on commit 555a126

Please sign in to comment.