Skip to content

Commit 5ad35d6

Browse files
committed
Merge branch 'v1' of https://github.com/99xt/serverless-dynamodb-local into serverless-config
# Conflicts: # index.js # package.json
2 parents 08c48fb + c19a5a0 commit 5ad35d6

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "serverless-dynamodb-local",
3-
"version": "0.2.15",
4-
"engines": {
5-
"node": ">=4.0"
6-
},
7-
"description": "Serverless dynamodb local plugin",
8-
"author": "99xtechnology.com",
9-
"license": "MIT",
10-
"repository": {
11-
"type": "git",
12-
"url": "https://github.com/99xt/serverless-dynamodb-local"
13-
},
14-
"keywords": [
2+
"name": "serverless-dynamodb-local",
3+
"version": "0.2.16",
4+
"engines": {
5+
"node": ">=4.0"
6+
},
7+
"description": "Serverless dynamodb local plugin",
8+
"author": "99xtechnology.com",
9+
"license": "MIT",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/99xt/serverless-dynamodb-local"
13+
},
14+
"keywords": [
1515
"serverless framework plugin",
1616
"serverless applications",
1717
"serverless plugins",
@@ -26,15 +26,15 @@
2626
"amazon web services",
2727
"serverless.com"
2828
],
29-
"main": "index.js",
30-
"bin": {},
31-
"scripts": {
32-
"test": "echo \"Warning: no test specified\" && exit 0"
33-
},
34-
"dependencies": {
35-
"aws-sdk": "^2.7.0",
36-
"bluebird": "^3.4.6",
37-
"dynamodb-localhost": "^0.0.4",
38-
"lodash": "^4.17.0"
39-
}
29+
"main": "index.js",
30+
"bin": {},
31+
"scripts": {
32+
"test": "echo \"Warning: no test specified\" && exit 0"
33+
},
34+
"dependencies": {
35+
"aws-sdk": "^2.7.0",
36+
"bluebird": "^3.4.6",
37+
"dynamodb-localhost": "^0.0.5",
38+
"lodash": "^4.17.0"
39+
}
4040
}

0 commit comments

Comments
 (0)