jspears / mers

Mongoose Express Rest Service
MIT License
342 stars 42 forks source link

NPM version not latest #42

Closed htaox closed 9 years ago

htaox commented 9 years ago

Commit 71c3f21 fixed a error in routes.js line 67 from an install from NPM. NPM also has version 0.9.3 while master is 0.9.2 Perhaps the version in NPM need to be updated?

htaox commented 9 years ago

In my package.json, I just changed the source to point to git repo:

"dependencies": {
  "mers": "jspears/mers"
}