Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
autopulated committed Jan 31, 2024
1 parent 7401ef6 commit 3d31105
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamodm",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple Document mapper for DynamoDB, inspired by mongoose.",
"main": "index.js",
"scripts": {
Expand All @@ -10,8 +10,13 @@
"tap": {
"show-full-coverage": true,
"allow-incomplete-coverage": true,
"coverage-report": [ "text", "lcovonly" ],
"files": [ "test" ]
"coverage-report": [
"text",
"lcovonly"
],
"files": [
"test"
]
},
"files": [
"index.js"
Expand Down

0 comments on commit 3d31105

Please sign in to comment.