Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rayjanoka committed Sep 11, 2023
1 parent 1dec23e commit 8c8e519
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deploy_autotag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function build-package () {

cp package.json lib/
npm install --prefix lib/ --production
rm -rf lib/node_modules/aws-sdk
# rm -rf lib/node_modules/aws-sdk

(
cd lib
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Autotagging for AWS resources",
"main": "autotag.js",
"private": true,
"type": "module",
"dependencies": {
"aws-sdk": "^2.493.0",
"babel-polyfill": "^6.7.4",
Expand Down

0 comments on commit 8c8e519

Please sign in to comment.