Skip to content

Commit bf3d276

Browse files
JustinBeckwithAce Nassri
authored and
Ace Nassri
committed
Remove unused dependencies (#72)
1 parent eee6ae9 commit bf3d276

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

container/snippets/package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
{
22
"name": "nodejs-docs-samples-container",
3-
"version": "0.0.1",
43
"license": "Apache-2.0",
54
"author": "Google Inc.",
65
"engines": {
76
"node": ">=8"
87
},
98
"repository": "googleapis/nodejs-cloud-container",
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 sample tests 👻"
1812
},
1913
"dependencies": {
2014
"@google-cloud/container": "^0.2.0"

0 commit comments

Comments
 (0)