Skip to content

Commit

Permalink
fix: improve the samples and tests (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 12, 2018
1 parent 3b00cd1 commit 5acda90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": "googleapis/nodejs-compute",
"files": [ "*.js" ],
"files": [
"*.js"
],
"engines": {
"node": ">=8"
},
Expand All @@ -25,6 +27,8 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"chai": "^4.2.0",
"execa": "^1.0.0",
"mocha": "^5.0.0",
"proxyquire": "^2.0.1"
}
Expand Down

0 comments on commit 5acda90

Please sign in to comment.