Skip to content

Commit

Permalink
updated version and fixed typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aag1024 committed Dec 20, 2024
1 parent b05be06 commit dae36ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ const config = {
level: "ERROR",
},
paths: {
# Default paths:
# models/ => generated models
# models.yaml => model definitions
# fields/ => custom fields
// Default paths:
// models/ => generated models
// models.yaml => model definitions
// fields/ => custom fields
modelsDir: path.resolve(__dirname, "./models"),
modelsDefinitionPath: path.resolve(__dirname, "./models.yaml"),
fieldsDir: path.resolve(__dirname, "./fields"), // optional for custom fields
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamo-bao",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple powerful data modeleling primatives for DynamoDB in JavaScript",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit dae36ec

Please sign in to comment.