Skip to content

Commit

Permalink
chore: release 1.0.0 (#210)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md

* updated package.json

* updated samples/package.json
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 20, 2019
1 parent 729ae93 commit fac83ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dataproc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "nodejs-docs-samples-dataproc",
"license": "Apache-2.0",
"author": "Google Inc.",
"files": ["*.js"],
"files": [
"*.js"
],
"engines": {
"node": ">=8"
},
Expand All @@ -12,7 +14,7 @@
"test": "mocha system-test --timeout 60000"
},
"dependencies": {
"@google-cloud/dataproc": "^0.5.0"
"@google-cloud/dataproc": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit fac83ef

Please sign in to comment.