Skip to content

Commit bd9ea73

Browse files
JustinBeckwithAce Nassri
authored and
Ace Nassri
committed
chore: require node 8 for samples (#20)
1 parent 68149b5 commit bd9ea73

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

automl/package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {
8-
"node": ">=6"
8+
"node": ">=8"
99
},
1010
"repository": "googleapis/nodejs-automl",
1111
"private": true,
@@ -14,11 +14,9 @@
1414
"**/*.test.js"
1515
]
1616
},
17-
"scripts": {
18-
},
17+
"scripts": {},
1918
"dependencies": {
2019
"@google-cloud/automl": "^0.1.1"
2120
},
22-
"devDependencies": {
23-
}
21+
"devDependencies": {}
2422
}

0 commit comments

Comments
 (0)