Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.

Commit 9c202d4

Browse files
author
Andrew Stewart
committed
fix peer dependencies and bump version
1 parent 83647e0 commit 9c202d4

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": "connect-dynamodb-session",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Connect session store for AWS DynamoDB",
55
"main": "index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"bugs": {
2828
"url": "https://github.com/packetloop/connect-dynamodb-session/issues"
2929
},
30-
"peer-dependencies": {
30+
"peerDependencies": {
3131
"aws-sdk": "2",
3232
"bluebird": "3"
3333
},

0 commit comments

Comments
 (0)