I believe I found the reason why the integration tests failed to detect wl-sequel 0.3.0 would break sails-postgresql (#39), the tests were actually using whatever version of wl-sequel sails-postgresql/mysql had in their package.json files, instead of edge.
This change ensures the sails-postgresql/mysql tests run using the latest github version of waterline-sequel.
I believe I found the reason why the integration tests failed to detect wl-sequel 0.3.0 would break sails-postgresql (#39), the tests were actually using whatever version of wl-sequel sails-postgresql/mysql had in their package.json files, instead of edge.
This change ensures the sails-postgresql/mysql tests run using the latest github version of waterline-sequel.