Skip to content

Commit fac83ef

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.0.0 (#210)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent 729ae93 commit fac83ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dataproc/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "nodejs-docs-samples-dataproc",
33
"license": "Apache-2.0",
44
"author": "Google Inc.",
5-
"files": ["*.js"],
5+
"files": [
6+
"*.js"
7+
],
68
"engines": {
79
"node": ">=8"
810
},
@@ -12,7 +14,7 @@
1214
"test": "mocha system-test --timeout 60000"
1315
},
1416
"dependencies": {
15-
"@google-cloud/dataproc": "^0.5.0"
17+
"@google-cloud/dataproc": "^1.0.0"
1618
},
1719
"devDependencies": {
1820
"chai": "^4.2.0",

0 commit comments

Comments
 (0)