Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loune committed Apr 27, 2019
1 parent cef0196 commit 42b8ff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3leveldown",
"version": "1.0.0",
"version": "2.0.0",
"description": "An implementation of LevelDOWN that uses Amazon S3. Turn your S3 bucket into a DB",
"homepage": "https://github.com/loune/s3leveldown",
"main": "s3leveldown.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"levelup": "^4.0.1"
},
"devDependencies": {
"aws-sdk": "^2.444.0",
"jshint": "^2.9.4",
"tape": "^4.10.1",
"aws-sdk": "^2.444.0"
"tape": "^4.10.1"
}
}

0 comments on commit 42b8ff6

Please sign in to comment.