We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581f740 commit 8e55a72Copy full SHA for 8e55a72
2 files changed
packages/node-dev/README.md
@@ -1,5 +1,9 @@
1

2
3
+# ⚠️ Deprecated
4
+
5
+> **This package is deprecated and no more updates will be published to npm**
6
7
# n8n-node-dev
8
9
Currently very simple and not very sophisticated CLI which makes it easier
packages/node-dev/package.json
@@ -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": {
0 commit comments