Skip to content
Snippets Groups Projects
Commit c0a8df3d authored by Dean's avatar Dean Committed by GitHub
Browse files

chore: bump version and fix dependencies

parent 2c47d357
No related branches found
No related tags found
No related merge requests found
{ {
"name": "s3-scanner", "name": "s3-scanner",
"version": "2.0.4", "version": "3.0.1",
"description": "Node.js microservice to process events from S3 over SNS and scan new objects.", "description": "Node.js microservice to process events from S3 over SNS and scan new objects.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"aws-sdk": "^2.7.15", "aws-sdk": "^2.7.15",
"clamscan": "^0.8.4", "clamscan": "^0.8.4",
"debug": "^2.4.4", "debug": "^2.4.4",
"express": "^4.14.0" "koa": "^1.2.4"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^3.12.2", "eslint": "^3.12.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment