Skip to content

Commit 8aed199

Browse files
committed
Added dependency on waterline-criteria module.
1 parent dd761ae commit 8aed199

File tree

3 files changed

+3
-325
lines changed

3 files changed

+3
-325
lines changed

criteria.js

Lines changed: 0 additions & 323 deletions
This file was deleted.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var _ = require('lodash');
1111
module.exports = (function () {
1212

1313
// Load criteria module
14-
var getMatchIndices = require('./criteria.js');
14+
var getMatchIndices = require('waterline-criteria');
1515

1616
// Maintain connections to open file and memory stores
1717
var connections = { };

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"license": "MIT",
2323
"readmeFilename": "README.md",
2424
"dependencies": {
25-
"lodash": "~1.2.1"
25+
"lodash": "~1.2.1",
26+
"waterline-criteria": "0.0.0"
2627
},
2728
"devDependencies": {
2829
"mocha": "~1.10.0"

0 commit comments

Comments
 (0)