We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d28bc commit e0c6623Copy full SHA for e0c6623
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@duinoapp/files-multitool",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Files Multitool",
5
"main": "dist/index.js",
6
"module": "dist/index.min.mjs",
@@ -46,11 +46,11 @@
46
"rollup": "^3.2.3",
47
"rollup-plugin-node-polyfills": "^0.2.1",
48
"terser": "^5.15.1",
49
- "tiny-typed-emitter": "^2.1.0",
50
"ts-node": "^10.8.0",
51
"typescript": "^4.6.4"
52
},
53
"dependencies": {
54
- "node-fetch": "^3.3.1"
+ "node-fetch": "^3.3.1",
+ "tiny-typed-emitter": "^2.1.0"
55
}
56
0 commit comments