theprogrammablemind_4wp 7.12.2-beta.1 → 7.12.2-beta.2

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