Skip to content

Commit

Permalink
update v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vovikhangcdv committed Oct 6, 2022
1 parent fb146b0 commit 968129c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nosqldbm-converter",
"version": "1.0.2",
"version": "1.0.3",
"description": "Convert https://nosqldbm.ru/ JSON data to Moongose Schema.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion source/convertElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ module.exports = function convertElement(obj) {
}

return { [obj["name"]]: schema };
}
}

0 comments on commit 968129c

Please sign in to comment.