-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25e399d
commit 36266f3
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* Copyright 2011, Stuart Hudson <[email protected]> | ||
* Released under the terms of the MIT License. | ||
* | ||
* Version 0.0.2 | ||
* Version 0.0.3 | ||
*/ | ||
var mongoose = require("mongoose"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "mongoose-dbref", | ||
"description": "Plugin support for DBRef in Mongoose", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Stuart Hudson <[email protected]>", | ||
"keywords": ["mongodb", "mongoose", "mongo", "types", "dbref"], | ||
"homepage": "https://github.com/goulash1971/mongoose-dbref", | ||
|
@@ -11,22 +11,22 @@ | |
"dependencies": { | ||
"mongoose": ">= 1.0.16" | ||
}, | ||
"scripts": { | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"directories": { | ||
"lib": "lib/", | ||
"test": "tests/" | ||
}, | ||
"main": "./index", | ||
"engines": { | ||
"node": ">= 0.1.101" | ||
"engines": { | ||
"node": ">= 0.1.101" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/goulash1971/mongoose-dbref.git" | ||
}, | ||
"licenses": [ | ||
"licenses": [ | ||
{"type": "The MIT License", "url": "http://www.opensource.org/licenses/mit-license.php"} | ||
] | ||
} |