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.
- package/bin/create-km.js +2 -0
- package/package.json +4 -1
package/bin/create-km.js
ADDED
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
|
}
|