Skip to content

Commit

Permalink
update for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisckchang committed Oct 28, 2015
1 parent d873461 commit 678d917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// by Ben Wen with thanks to Aaron Heckmann

//
// Copyright 2014 ObjectLabs Corp.
// Copyright 2015 ObjectLabs Corp.
// ObjectLabs operates MongoLab.com a MongoDb-as-a-Service offering
//
// MIT Licensed
Expand Down Expand Up @@ -81,7 +81,7 @@ PUser.remove({}, function(err) {

// Creating one user.
var johndoe = new PUser ({
name: { first: 'John', last: ' Doe ' },
name: { first: 'John', last: 'Doe' },
age: 25
});

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"mongoose": ">=4.1.11"
},
"changelog" : [{"0.0.0": "Initial release"},
{"0.1.0": "Update to Mongoose 3.5.7; new MongoClient semantics"},
{"0.2.0": "Update to Mongoose 3.8.15; updated Node engine to 0.10.31; updated npm engine to >=1.4"},
{"0.3.0": "Update to Mongoose >=4.1.11; updated Node engine to >=4.1.1; updated npm engine to >=2.1.x"}],
{"0.1.0": "Update to Mongoose 3.5.7; new MongoClient semantics"},
{"0.2.0": "Update to Mongoose 3.8.15; updated Node engine to 0.10.31; updated npm engine to >=1.4"},
{"0.3.0": "Update to Mongoose >=4.1.11; updated Node engine to >=4.1.1; updated npm engine to >=2.1.x"}],
"homepage" : "http://hello-mongoose.herokuapp.com"
}

0 comments on commit 678d917

Please sign in to comment.