Skip to content

Commit 2a33e4f

Browse files
JustinBeckwithstephenplusplus
authored andcommitted
Remove unused dependencies (#76)
1 parent b232fd9 commit 2a33e4f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

dataproc/package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
{
22
"name": "nodejs-docs-samples-dataproc",
3-
"version": "0.0.1",
43
"license": "Apache-2.0",
54
"author": "Google Inc.",
65
"engines": {
76
"node": ">=8"
87
},
98
"repository": "googleapis/nodejs-dataproc",
109
"private": true,
11-
"semistandard": {
12-
"ignore": [
13-
"node_modules"
14-
]
15-
},
1610
"scripts": {
17-
"test": "node -e 'console.log(`no tests`);'"
11+
"test": "echo no tests 👻"
1812
},
1913
"dependencies": {
2014
"@google-cloud/dataproc": "^0.2.0"

0 commit comments

Comments
 (0)