Skip to content

Commit e0c6623

Browse files
committed
move dep out of dev
1 parent c1d28bc commit e0c6623

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/files-multitool",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Files Multitool",
55
"main": "dist/index.js",
66
"module": "dist/index.min.mjs",
@@ -46,11 +46,11 @@
4646
"rollup": "^3.2.3",
4747
"rollup-plugin-node-polyfills": "^0.2.1",
4848
"terser": "^5.15.1",
49-
"tiny-typed-emitter": "^2.1.0",
5049
"ts-node": "^10.8.0",
5150
"typescript": "^4.6.4"
5251
},
5352
"dependencies": {
54-
"node-fetch": "^3.3.1"
53+
"node-fetch": "^3.3.1",
54+
"tiny-typed-emitter": "^2.1.0"
5555
}
5656
}

0 commit comments

Comments
 (0)