Skip to content

Commit 505ff3d

Browse files
committed
deno lint
1 parent 255a95c commit 505ff3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tls/enum",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"exports": "./src/mod.ts",
55
"publish": {
66
"exclude": ["dist/"]

src/signaturescheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// deno-lint-ignore-file no-slow-types
22
// @ts-self-types="../type/signaturescheme.d.ts"
33

4-
import { Uint16, Constrained } from "./dep.ts";
4+
import { Uint16 } from "./dep.ts";
55
import { Enum } from "./enum.js";
66

77
/**

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @ts-self-types="../type/version.d.ts"
33

44
import { Enum } from "./enum.js";
5-
import { Uint16, Constrained } from "./dep.ts";
5+
import { Uint16 } from "./dep.ts";
66

77

88
/**

0 commit comments

Comments
 (0)