Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
autopulated committed Jan 29, 2024
1 parent 2e42715 commit 67aa620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "dynamodm",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple Document mapper for DynamoDB, inspired by mongoose.",
"main": "index.js",
"scripts": {
"test": "tap run --show-full-coverage --allow-incomplete-coverage",
"lint": "./node_modules/.bin/eslint -c .eslintrc.json './{,!(node_modules)/**/}*.js'"
},
"files": [
"index.js"
"index.js"
],
"keywords": [
"dynamodb",
Expand Down

0 comments on commit 67aa620

Please sign in to comment.