@lhi/n8m 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -327,5 +327,5 @@
327
327
  ]
328
328
  }
329
329
  },
330
- "version": "0.1.0"
330
+ "version": "0.1.1"
331
331
  }
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@lhi/n8m",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Agentic n8n CLI wrapper - A Skill Bridge for n8n workflow automation",
5
- "author": "n8m",
5
+ "author": "Lem Canady",
6
+ "license": "MIT",
6
7
  "bin": {
7
8
  "n8m": "./bin/run.js"
8
9
  },
9
- "homepage": "https://github.com/lcanady/n8m",
10
+ "homepage": "https://github.com/Lee-Holdings-International/n8m",
10
11
  "main": "dist/index.js",
11
12
  "type": "module",
12
13
  "exports": "./dist/index.js",