appscot / sails-orientdb

OrientDB adapter for Waterline / Sails.js ORM
MIT License
25 stars 23 forks source link

Fix build (by manipulating dependencies' versions) #149

Closed dmarcelino closed 8 years ago

dmarcelino commented 8 years ago

Adding waterline-schema dep (hack) and limiting waterline to 0.10.27 waterline-schema is not a direct dependency for sails-orientdb (it's a dependency for waterline) but 0.10.19 breaks the tests so we are keeping it at v0.10.18 so the tests run. This is a temporary solution until the necessary code changes are made.

Additionally fixed the Makefile