Skip to content

Commit

Permalink
Move aws-sdk to dev dependency
Browse files Browse the repository at this point in the history
It is already pre-installed for AWS Lambda:
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
  • Loading branch information
openfirmware committed Oct 1, 2020
1 parent 22a3f59 commit e56c24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"private": true,
"dependencies": {
"@thi.ng/geom-hull": "^0.0.35",
"aws-sdk": "^2.645.0",
"bent": "^7.1.0"
},
"devDependencies": {
"aws-sdk": "^2.645.0",
"express": "^4.17.1",
"pug": "^2.0.4"
}
Expand Down

0 comments on commit e56c24d

Please sign in to comment.