Skip to content

Commit

Permalink
v3.2.1 small fix to cli script
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Dec 20, 2024
1 parent aa6f0bf commit c258f94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plazi/synolib",
"version": "3.2.0",
"version": "3.2.1",
"exports": "./mod.ts",
"publish": {
"include": ["./*.ts", "README.md", "LICENSE", "./example/cli.ts"],
Expand Down
7 changes: 4 additions & 3 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Colors from "https://deno.land/[email protected]/fmt/colors.ts";
import * as Colors from "jsr:@std/fmt@0.214.0/colors";
import { parseArgs } from "jsr:@std/cli";

import {
Expand Down

0 comments on commit c258f94

Please sign in to comment.