Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dvonlehman authored Mar 28, 2020
1 parent d55cb53 commit ef9fdf1
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,5 +1,5 @@
{
"name": "vogels",
"name": "@aerobatic/vogels",
"version": "2.2.0",
"author": "Ryan Fitzgerald <[email protected]>",
"description": "DynamoDB data mapper",
Expand All @@ -16,13 +16,13 @@
"nosql"
],
"engines": {
"node": ">=0.10.30"
"node": ">=12"
},
"license": "MIT",
"dependencies": {
"async": "1.5.x",
"aws-sdk": "2.2.x",
"bunyan": "1.5.x",
"bunyan": "1.18.x",
"joi": "5.x.x",
"lodash": "4.x.x",
"node-uuid": "1.4.x"
Expand Down

0 comments on commit ef9fdf1

Please sign in to comment.