mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
13 lines
371 B
Diff
13 lines
371 B
Diff
diff --git a/package.json b/package.json
|
|
index 2d52edb23f0c7defdfbf5f95ad1ee1fa75672b41..8d9dcbdc07cb5c73e629e22696235b19db98940d 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -5,6 +5,7 @@
|
|
"main": "dist/index.cjs",
|
|
"type": "module",
|
|
"exports": {
|
|
+ "types": "./dist/highlight.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|