Skip to content

Commit 4a2a287

Browse files
committed
move dep out of dev
1 parent 2838203 commit 4a2a287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@duinoapp/upload-multitool",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Micro Controller Uploading Multitool",
55
"main": "dist/index.js",
66
"module": "dist/index.min.mjs",
@@ -46,7 +46,6 @@
4646
"mocha": "^10.0.0",
4747
"rollup": "^3.2.3",
4848
"rollup-plugin-node-polyfills": "^0.2.1",
49-
"serialport": "^10.4.0",
5049
"terser": "^5.15.1",
5150
"ts-node": "^10.8.0",
5251
"typescript": "^4.6.4",
@@ -56,6 +55,7 @@
5655
"axios": "^0.27.2",
5756
"crypto-js": "^4.1.1",
5857
"intel-hex": "^0.1.2",
59-
"pako": "^2.0.4"
58+
"pako": "^2.0.4",
59+
"serialport": "^10.4.0"
6060
}
6161
}

0 commit comments

Comments
 (0)