diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-09 12:38:58 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-09 12:39:08 -0400 |
| commit | d2e9c90b4d99c05734dd9f8fa1545650703f7114 (patch) | |
| tree | 04d7fd43d2af12fe29d7785b3708c36abb489209 /app/node_modules/okquery/package.json | |
| parent | e5d2c46da817cf4303d1daca89ef8e18d347fdb4 (diff) | |
Implement filter matching query
Diffstat (limited to 'app/node_modules/okquery/package.json')
| -rw-r--r-- | app/node_modules/okquery/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/node_modules/okquery/package.json b/app/node_modules/okquery/package.json index 56cd09f..606d45b 100644 --- a/app/node_modules/okquery/package.json +++ b/app/node_modules/okquery/package.json @@ -9,6 +9,8 @@ "author": "OKFocus", "license": "None", "dependencies": { + "lodash.isobject": "^3.0.1", + "object-assign": "^2.0.0", "q": "^1.2.0" } } |
