Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbergkh committed Jun 6, 2017
1 parent 7f604f4 commit 255822c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "dynamo-stream-diff",
"version": "0.0.1",
"version": "0.1.0",
"description": "Provides diff of new and old images of dynamo stream record",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,13 @@
"nyc": "^11.0.1",
"standard": "^10.0.2"
},
"keywords": ["dynamodb", "aws", "lambda", "serverless", "dynamo"],
"keywords": [
"dynamodb",
"aws",
"lambda",
"serverless",
"dynamo"
],
"standard": {
"globals": [
"describe",
Expand Down

0 comments on commit 255822c

Please sign in to comment.