Skip to content

Commit

Permalink
synth: use common templating for .circleci/config.yml (#6)
Browse files Browse the repository at this point in the history
* synth: use common templating for .circleci/config.yml

* fix: add a samples/package.json
  • Loading branch information
jkwlui authored and Ace Nassri committed Nov 17, 2022
1 parent 17ab503 commit f5e6c4d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions automl/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"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 Inc.",
"engines": {
"node": ">=6"
},
"repository": "googleapis/nodejs-automl",
"private": true,
"nyc": {
"exclude": [
"**/*.test.js"
]
},
"scripts": {
},
"dependencies": {
"@google-cloud/automl": "^0.1.0"
},
"devDependencies": {
}
}

0 comments on commit f5e6c4d

Please sign in to comment.