diff --git a/app.js b/app.js index b684a55..4aa20e9 100644 --- a/app.js +++ b/app.js @@ -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 @@ -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 }); diff --git a/package.json b/package.json index 3ef5f8a..b362c89 100644 --- a/package.json +++ b/package.json @@ -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" }