Skip to content

Commit 8671144

Browse files
committed
Updating dynamodb-migrations library version which has the fix allowing to not define Seeds
1 parent a15a6ee commit 8671144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-dynamodb-local",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"engines": {
55
"node": ">=4.0"
66
},
@@ -39,7 +39,7 @@
3939
"aws-sdk": "^2.3.19",
4040
"bluebird": "^3.0.6",
4141
"dynamodb-localhost": "0.0.2",
42-
"dynamodb-migrations": "0.0.8",
42+
"dynamodb-migrations": "0.0.9",
4343
"lodash": "^4.13.1",
4444
"mkdirp": "^0.5.0",
4545
"tar": "^2.0.0"

0 commit comments

Comments
 (0)