File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed
Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 88 inputs :
99 dry :
1010 description : Dry run. Do not publish package.
11- default : false
11+ default : true
1212 type : boolean
1313
1414permissions :
Original file line number Diff line number Diff line change 11.vscode /
22
3- # *.dll
3+ * .dll
Original file line number Diff line number Diff line change 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" : [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments