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",
|
"name": "mongy",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mongy",
|
"name": "mongy",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "A high level interface for MongoDB built on top of Mongoose",
|
"description": "A high level interface for MongoDB built on top of Mongoose",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
"mongoose": "^5.4.4"
|
"mongoose": "^5.4.4"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type" : "git",
|
"type": "git",
|
||||||
"url" : "https://github.com/Mateiadrielrafael/Mongy.git"
|
"url": "https://github.com/Mateiadrielrafael/Mongy.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue