chris-l / mock-couch

A node.js module designed to mock a CouchDB server, mostly for unit testing purposes.
http://chris-l.github.io/mock-couch/
67 stars 44 forks source link

No need for npm-shrinkwrap.json to be included in repo #56

Closed cnguyenp closed 6 years ago

cnguyenp commented 6 years ago

This would be ignored because it causes the repo to install whatever version of restify in it. restify is currently 6.4.3 but npm-shrinkwrap.json still refers to 2.8.5.

chris-l commented 6 years ago

npm-shrinkwrap.json is purposely included to force the working version of the dependencies. Problem was, I forgot to update it! XD

Sorry about that!

I have updated it on the latest version and it should use the new version of restify now.