mirror of https://github.com/mifi/lossless-cut
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
374 B
Diff
16 lines
374 B
Diff
diff --git a/package.json b/package.json
|
|
index 08f1ca3b598aa9f6ffdd35988744df1cd5ffcff6..d671d7ef0422c4f00f7d78fb5dd96a90c10c285a 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -25,6 +25,10 @@
|
|
"./core": {
|
|
"types": "./core.d.ts",
|
|
"import": "./core.js"
|
|
+ },
|
|
+ "./node": {
|
|
+ "types": "./index.d.ts",
|
|
+ "import": "./index.js"
|
|
}
|
|
},
|
|
"sideEffects": false,
|