Skip to content

Commit

Permalink
docs(samples): automl tables beta samples (#155)
Browse files Browse the repository at this point in the history
* Automl Tables beta samples

* skipping tests

* skipping tests

* skipping tests

* skipping tests
  • Loading branch information
nirupa-kumar authored Apr 5, 2019
1 parent 7bbfeb4 commit fbf32d4
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions packages/google-cloud-automl/samples/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
{
"name": "@google-cloud/automl-samples",
"description": "Samples for the Cloud AutoML Client Library for Node.js.",
"version": "0.0.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=8"
},
"files": [
"!test/*"
],
"repository": "googleapis/nodejs-automl",
"private": true,
"nyc": {
"exclude": [
"**/*.test.js"
]
},
"scripts": {
"test": "mocha --timeout 600000 --recursive"
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/automl": "^0.2.0",
"chai": "^4.2.0",
"execa": "^1.0.0",
"mathjs": "^5.5.0",
"yargs": "^13.2.1",
"execa":"^1.0.0"
"yargs": "^13.2.1"
},
"devDependencies": {
"mocha": "^6.0.1",
"chai": "^4.2.0"
"mocha": "^6.0.1"
}
}

0 comments on commit fbf32d4

Please sign in to comment.