Skip to content

Commit

Permalink
Remove unused dependencies (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and NimJay committed Nov 19, 2022
1 parent 9ba5e74 commit 747fccd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dataproc/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{
"name": "nodejs-docs-samples-dataproc",
"version": "0.0.1",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=8"
},
"repository": "googleapis/nodejs-dataproc",
"private": true,
"semistandard": {
"ignore": [
"node_modules"
]
},
"scripts": {
"test": "node -e 'console.log(`no tests`);'"
"test": "echo no tests 👻"
},
"dependencies": {
"@google-cloud/dataproc": "^0.2.0"
Expand Down

0 comments on commit 747fccd

Please sign in to comment.