Skip to content

Commit

Permalink
docs: add natural language entity extraction ga samples (#295)
Browse files Browse the repository at this point in the history
* docs: add natural language entity extraction ga samples

* update package.json

* lint fix
  • Loading branch information
nnegrey authored Dec 12, 2019
1 parent 00d536a commit 98d962e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/google-cloud-automl/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repository": "googleapis/nodejs-automl",
"private": true,
"scripts": {
"test": "mocha --timeout 600000"
"test": "mocha --timeout 900000"
},
"files": [
"**/*.js",
Expand All @@ -22,7 +22,9 @@
"yargs": "^15.0.0"
},
"devDependencies": {
"@google-cloud/storage": "^3.5.0",
"chai": "^4.2.0",
"mocha": "^6.2.2"
"mocha": "^6.2.2",
"uuid": "^3.3.3"
}
}

0 comments on commit 98d962e

Please sign in to comment.