theprogrammablemind_4wp 7.12.1 → 7.12.2-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/bin/create-km.js +2 -0
  2. package/package.json +4 -1
@@ -0,0 +1,2 @@
1
+ #! /usr/bin/env node
2
+ console.log("hello")
package/package.json CHANGED
@@ -21,6 +21,9 @@
21
21
  "test": "jest --config ./jest.config.json",
22
22
  "test:watch": "npm run test -- --watch"
23
23
  },
24
+ "bin": {
25
+ "create-km": "bin/create-km.js"
26
+ },
24
27
  "keywords": [
25
28
  "NLP",
26
29
  "NLU",
@@ -65,6 +68,6 @@
65
68
  "json-stable-stringify": "^1.0.1",
66
69
  "node-fetch": "^2.6.1"
67
70
  },
68
- "version": "7.12.1",
71
+ "version": "7.12.2-beta.1",
69
72
  "license": "UNLICENSED"
70
73
  }