Skip to content

Commit

Permalink
docs(README): update version and add contributors (jeremydaly#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled committed Apr 8, 2023
1 parent 82391ea commit 7d7fffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The **DynamoDB Toolbox** is a set of tools that makes it easy to work with [Amaz
## Why single table design?
Learn more about single table design in [Alex Debrie's blog](https://www.alexdebrie.com/posts/dynamodb-single-table).

## Version 0.7 🙌 <!-- omit in toc -->
## Version 0.8 🙌 <!-- omit in toc -->

Feedback is welcome and much appreciated! (Huge thanks to [@ThomasAribart](https://github.com/ThomasAribart) for all his work on this 🙌)

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline"
},
"license": "MIT",
"contributors": [
"ThomasAribart <thomasa@theodo.fr>",
"Naor Peled <me@naor.dev>"
],
"dependencies": {
"deep-copy": "^1.4.2",
"ts-toolbelt": "^9.6.0"
Expand Down

0 comments on commit 7d7fffb

Please sign in to comment.