Skip to content

Commit b877b42

Browse files
committed
fix: test
1 parent d4381ac commit b877b42

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.vscode/
22

3-
*.dll
3+
# *.dll

deno.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@serial/serial",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"license": "./LICENSE",
55
"exports": {
66
".": "./src/index.ts",
77
"./connection": "./src/connection/index.ts",
88
"./read": "./src/operations/read/index.ts",
9-
"./write": "./src/operations/write/index.ts"
9+
"./write": "./src/operations/write/index.ts",
10+
"./test": "./test/add.ts"
1011
},
1112
"publish": {
1213
"include": [

test/add.dll

38.9 KB
Binary file not shown.

test/add.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default new URL("./add.dll", import.meta.url);

0 commit comments

Comments
 (0)