Skip to content

Commit 2c20b6e

Browse files
jkwluiAce Nassri
authored andcommitted
synth: use common templating for .circleci/config.yml (#6)
* synth: use common templating for .circleci/config.yml * fix: add a samples/package.json
1 parent 96dd05f commit 2c20b6e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

automl/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@google-cloud/automl-samples",
3+
"description": "Samples for the Cloud AutoML Client Library for Node.js.",
4+
"version": "0.0.1",
5+
"license": "Apache-2.0",
6+
"author": "Google Inc.",
7+
"engines": {
8+
"node": ">=6"
9+
},
10+
"repository": "googleapis/nodejs-automl",
11+
"private": true,
12+
"nyc": {
13+
"exclude": [
14+
"**/*.test.js"
15+
]
16+
},
17+
"scripts": {
18+
},
19+
"dependencies": {
20+
"@google-cloud/automl": "^0.1.0"
21+
},
22+
"devDependencies": {
23+
}
24+
}

0 commit comments

Comments
 (0)