botframework-luis
Advanced tools
Comparing version 4.0.0-m1.0 to 4.0.0-m1.2
@@ -5,3 +5,3 @@ { | ||
"description": "Luis client package for Luis query API", | ||
"version": "4.0.0-m1.0", | ||
"version": "4.0.0-m1.2", | ||
"license": "MIT", | ||
@@ -12,7 +12,7 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/BotBuilder/issues" | ||
"url": "https://github.com/Microsoft/botbuilder-js/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/BotBuilder.git" | ||
"url": "https://github.com/Microsoft/botbuilder-js.git" | ||
}, | ||
@@ -34,4 +34,4 @@ "main": "./lib/luisClient.js", | ||
"scripts": { | ||
"test": "tsc && nyc mocha tests/" | ||
"test": "nyc mocha tests/" | ||
} | ||
} |
@@ -19,2 +19,3 @@ const assert = require('assert'); | ||
this.timeout(10000); | ||
it('should return intent and entities', function(done) { | ||
@@ -21,0 +22,0 @@ var client = new luisClient(); |
66569
1925