mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(core): Fix supportedNodes for non-lazy loaded community packages (no-changelog) (#11329)
This commit is contained in:
committed by
GitHub
parent
1c52bf9362
commit
2d36b42798
@@ -6,9 +6,8 @@
|
||||
"types": "dist/index.d.ts",
|
||||
"bin": {
|
||||
"n8n-copy-icons": "./bin/copy-icons",
|
||||
"n8n-generate-known": "./bin/generate-known",
|
||||
"n8n-generate-translations": "./bin/generate-translations",
|
||||
"n8n-generate-ui-types": "./bin/generate-ui-types"
|
||||
"n8n-generate-metadata": "./bin/generate-metadata"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist .turbo",
|
||||
|
||||
Reference in New Issue
Block a user