botbuilder-wit
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "botbuilder-wit", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Provides Wit.ai NLP integration for the Microsoft Bot Builder SDK. Supports caching with Redis and Memcached.", | ||
"main": "lib/WitRecognizer", | ||
"main": "lib/WitRecognizer.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "build": "tsc", |
@@ -68,2 +68,4 @@ # botbuilder-wit | ||
``` | ||
## Recompiling the TypeScript source | ||
If you want to recompile the source, you will need to make sure the ```node-wit``` dependency has a type definitions file in its root directory. Even though there is a TypeScript definitions package for node-wit you can install with ```npm install --save-dev @types/node-wit```, the compiler will complain when using it. So instead, you can use the minimalistic version in the resources directory that will do the job. | ||
@@ -70,0 +72,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25375
18
312
73