We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364e6e4 commit 84aa666Copy full SHA for 84aa666
packages/google-cloud-dialogflow/.mocharc.json
@@ -0,0 +1,5 @@
1
+{
2
+ "enable-source-maps": true,
3
+ "throw-deprecation": true,
4
+ "timeout": 10000
5
+}
packages/google-cloud-dialogflow/package.json
@@ -11,9 +11,7 @@
11
"main": "src/index.js",
12
"files": [
13
"protos",
14
- "src",
15
- "AUTHORS",
16
- "COPYING"
+ "src"
17
],
18
"keywords": [
19
"google apis client",
@@ -50,13 +48,11 @@
50
48
"eslint-config-prettier": "^6.0.0",
51
49
"eslint-plugin-node": "^11.0.0",
52
"eslint-plugin-prettier": "^3.0.0",
53
- "intelli-espower-loader": "^1.0.1",
54
"jsdoc": "^3.6.3",
55
"jsdoc-fresh": "^1.0.1",
56
"jsdoc-region-tag": "^1.0.2",
57
"linkinator": "^1.5.0",
58
"mocha": "^7.0.0",
59
- "power-assert": "^1.4.4",
60
"prettier": "^1.7.4"
61
}
62
0 commit comments