Skip to content

Commit 8826cd6

Browse files
committed
Update version number
1 parent 2c2eac8 commit 8826cd6

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "serverless-dynamodb-local",
3-
"version": "0.1.0",
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.0",
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,21 +26,21 @@
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-
"devDependencies": {
35-
"chai": "^3.2.0",
36-
"mocha": "^2.2.5"
37-
},
38-
"dependencies": {
39-
"aws-sdk": "^2.3.19",
40-
"bluebird": "^3.0.6",
41-
"dynamodb-localhost": "0.0.2",
42-
"lodash": "^4.13.1",
43-
"mkdirp": "^0.5.0",
44-
"tar": "^2.0.0"
45-
}
29+
"main": "index.js",
30+
"bin": {},
31+
"scripts": {
32+
"test": "echo \"Warning: no test specified\" && exit 0"
33+
},
34+
"devDependencies": {
35+
"chai": "^3.2.0",
36+
"mocha": "^2.2.5"
37+
},
38+
"dependencies": {
39+
"aws-sdk": "^2.3.19",
40+
"bluebird": "^3.0.6",
41+
"dynamodb-localhost": "0.0.2",
42+
"lodash": "^4.13.1",
43+
"mkdirp": "^0.5.0",
44+
"tar": "^2.0.0"
45+
}
4646
}

0 commit comments

Comments
 (0)