Skip to content

Commit

Permalink
fix: jsr package name
Browse files Browse the repository at this point in the history
  • Loading branch information
cknight committed Feb 14, 2024
1 parent 80f0efe commit acab090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { assert } from "jsr:@std/assert@0.215";
import {
checkCopyrightHeaders,
Options,
} from "jsr:@cknight/copyright_license_checker@1";
} from "jsr:@cknight/copyright_checker@1";

// Run with allow write and allow read permissions on the relevant directories
// e.g. deno test --allow-read=.
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cknight/copyright-license-checker",
"name": "@cknight/copyright-checker",
"version": "1.2.0",
"exports": "./mod.ts",
"imports": {
Expand Down

0 comments on commit acab090

Please sign in to comment.