chore: Disable publishing on n8n-node-dev (#25980)

This commit is contained in:
Matsu 2026-02-19 12:31:57 +02:00 committed by GitHub
parent 581f74014b
commit 8e55a72d65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,9 @@
![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png)
# ⚠️ Deprecated
> **This package is deprecated and no more updates will be published to npm**
# n8n-node-dev
Currently very simple and not very sophisticated CLI which makes it easier

View File

@ -2,6 +2,7 @@
"name": "n8n-node-dev",
"version": "2.9.0",
"description": "CLI to simplify n8n credentials/node development",
"private": true,
"main": "dist/src/index",
"types": "dist/src/index.d.ts",
"oclif": {