Skip to content

Commit

Permalink
Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
goulash1971 committed Jul 30, 2017
1 parent 25e399d commit 36266f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/types/dbref.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
10 changes: 5 additions & 5 deletions package.json
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",
Expand All @@ -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"}
]
}

0 comments on commit 36266f3

Please sign in to comment.