javascript(mongy): 1.0.1
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
6354cc3fe2
commit
ad8aa49290
2
javascript/mongy/package-lock.json
generated
2
javascript/mongy/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mongy",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mongy",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A high level interface for MongoDB built on top of Mongoose",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
|
@ -16,7 +16,7 @@
|
|||
"mongoose": "^5.4.4"
|
||||
},
|
||||
"repository": {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/Mateiadrielrafael/Mongy.git"
|
||||
"type": "git",
|
||||
"url": "https://github.com/Mateiadrielrafael/Mongy.git"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue