Skip to content

Commit ee2f65a

Browse files
committed
chore: remove unused dependencies
1 parent 463b97e commit ee2f65a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "nodejs-docs-samples",
33
"description": "Node.js samples found on https://cloud.google.com",
4-
"version": "0.0.1",
54
"license": "Apache-2.0",
65
"author": "Google Inc.",
76
"engines": {
@@ -18,8 +17,6 @@
1817
"test": "echo 'Please run tests in each sample directory.' && exit 1"
1918
},
2019
"devDependencies": {
21-
"gts": "^3.0.0",
22-
"requestretry": "^4.0.0",
23-
"typescript": "^4.0.0"
20+
"gts": "^3.0.0"
2421
}
2522
}

0 commit comments

Comments
 (0)