1
Fork 0

javascript(mongy): 1.0.1

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-01-15 21:18:31 +02:00 committed by prescientmoon
parent 6354cc3fe2
commit ad8aa49290
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 4 additions and 4 deletions

View file

@ -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": {

View file

@ -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"
} }
} }