Skip to content

Commit f1c571f

Browse files
committed
test: cleanup
1 parent 751c901 commit f1c571f

File tree

8 files changed

+8
-54
lines changed

8 files changed

+8
-54
lines changed

packages/aws-fargate/images/inspector/package-lock.json

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-fargate/images/inspector/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},
1313
"author": "Bastian Krol <[email protected]>",
14-
"license": "ISC",
15-
"dependencies": {
16-
"node-fetch": "^2.6.0"
17-
}
14+
"license": "ISC"
1815
}

packages/aws-fargate/images/test-images/package-lock.json

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/aws-fargate/images/test-images/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},
1313
"author": "Bastian Krol <[email protected]>",
14-
"license": "ISC",
15-
"dependencies": {
16-
"node-fetch": "^2.6.0"
17-
}
14+
"license": "ISC"
1815
}

packages/aws-lambda/lambdas/wrapped-async/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@
1212
"test": "echo \"Error: no test specified\" && exit 1"
1313
},
1414
"author": "Bastian Krol <[email protected]>",
15-
"license": "MIT",
16-
"dependencies": {
17-
"node-fetch": "^2.3.0"
18-
}
15+
"license": "MIT"
1916
}

packages/google-cloud-run/images/inspector/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"author": "Bastian Krol <[email protected]>",
1414
"license": "ISC",
1515
"dependencies": {
16-
"is-whitespace": "0.3.0",
17-
"node-fetch": "^2.6.0"
16+
"is-whitespace": "0.3.0"
1817
}
1918
}

packages/google-cloud-run/images/test-images/package-lock.json

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-run/images/test-images/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@
1111
"test": "echo \"Error: no test specified\" && exit 1"
1212
},
1313
"author": "Bastian Krol <[email protected]>",
14-
"license": "ISC",
15-
"dependencies": {
16-
"node-fetch": "^2.6.0"
17-
}
14+
"license": "ISC"
1815
}

0 commit comments

Comments
 (0)