Skip to content

Commit 1776e43

Browse files
committed
version bump
1 parent c63ba37 commit 1776e43

File tree

3 files changed

+39
-19
lines changed

3 files changed

+39
-19
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
[![Build Status](https://travis-ci.org/jeremydaly/dynamodb-toolbox.svg?branch=v0.2)](https://travis-ci.org/jeremydaly/dynamodb-toolbox)
44
[![npm](https://img.shields.io/npm/v/dynamodb-toolbox.svg)](https://www.npmjs.com/package/dynamodb-toolbox)
55
[![npm](https://img.shields.io/npm/l/dynamodb-toolbox.svg)](https://www.npmjs.com/package/dynamodb-toolbox)
6-
[![Coverage Status](https://coveralls.io/repos/github/jeremydaly/dynamodb-toolbox/badge.svg?branch=v0.2)](https://coveralls.io/github/jeremydaly/dynamodb-toolbox?branch=v0.2)
6+
[![Coverage Status](https://coveralls.io/repos/github/jeremydaly/dynamodb-toolbox/badge.svg?branch=master)](https://coveralls.io/github/jeremydaly/dynamodb-toolbox?branch=master)
77

88
![dynamodb-toolbox](https://user-images.githubusercontent.com/2053544/69847647-b7910780-1245-11ea-8403-a35a0158f3aa.png)
99

10-
## THIS IS A DRAFT OF THE DOCUMENTATION
11-
This is a draft of the v0.2 documentation. Please excuse any typos or missing information. Feedback or PRs are welcome to fix any issues.
1210

1311
### **NOTE:** This project is in BETA. Please submit [issues/feedback](https://github.com/jeremydaly/dynamodb-toolbox/issues) or feel free to contact me on Twitter [@jeremy_daly](https://twitter.com/jeremy_daly).
1412

package-lock.json

Lines changed: 35 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamodb-toolbox",
3-
"version": "0.2.0",
3+
"version": "0.2.0-alpha",
44
"description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.",
55
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
66
"main": "index.js",
@@ -35,8 +35,8 @@
3535
]
3636
},
3737
"devDependencies": {
38-
"aws-sdk": "^2.662.0",
39-
"coveralls": "^3.0.11",
38+
"aws-sdk": "^2.673.0",
39+
"coveralls": "^3.1.0",
4040
"dynalite": "^3.1.6",
4141
"eslint": "^6.8.0",
4242
"jest": "^24.9.0"

0 commit comments

Comments
 (0)