We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4381ac commit b877b42Copy full SHA for b877b42
4 files changed
.gitignore
@@ -1,3 +1,3 @@
1
.vscode/
2
3
-*.dll
+# *.dll
deno.json
@@ -1,12 +1,13 @@
{
"name": "@serial/serial",
- "version": "0.1.13",
+ "version": "0.1.14",
4
"license": "./LICENSE",
5
"exports": {
6
".": "./src/index.ts",
7
"./connection": "./src/connection/index.ts",
8
"./read": "./src/operations/read/index.ts",
9
- "./write": "./src/operations/write/index.ts"
+ "./write": "./src/operations/write/index.ts",
10
+ "./test": "./test/add.ts"
11
},
12
"publish": {
13
"include": [
test/add.dll
38.9 KB
test/add.ts
@@ -0,0 +1 @@
+export default new URL("./add.dll", import.meta.url);
0 commit comments