Skip to content

Commit f64f610

Browse files
committed
fix: remove test dll
1 parent 79ddda9 commit f64f610

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
inputs:
99
dry:
1010
description: Dry run. Do not publish package.
11-
default: false
11+
default: true
1212
type: boolean
1313

1414
permissions:

.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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
{
22
"name": "@serial/serial",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
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",
10-
"./test": "./test/add.ts"
9+
"./write": "./src/operations/write/index.ts"
1110
},
1211
"publish": {
1312
"include": [
1413
"README.md",
1514
"LICENSE",
1615
"deno.json",
1716
"deno.lock",
18-
"src/**",
19-
"test/add.ts",
20-
"test/add.dll"
17+
"src/**"
2118
]
2219
},
2320
"unstable": [

test/add.dll

-38.9 KB
Binary file not shown.

test/add.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)