diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-10 22:35:24 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-11 01:38:43 -0400 |
| commit | fd0d777ee81219577ef9416fab7f985920c3ae29 (patch) | |
| tree | ec7d5deeef5f2deca8068a6983534e0970c38e03 /app/node_modules/okdb/package.json | |
| parent | 3f346a970dd0823816a5ad2b0dc2b7749e99845c (diff) | |
Fix autoincrement algo bug
Diffstat (limited to 'app/node_modules/okdb/package.json')
| -rw-r--r-- | app/node_modules/okdb/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/node_modules/okdb/package.json b/app/node_modules/okdb/package.json index a6d13ff..5184cb6 100644 --- a/app/node_modules/okdb/package.json +++ b/app/node_modules/okdb/package.json @@ -12,6 +12,7 @@ "lodash.clonedeep": "^3.0.0", "lodash.isobject": "^3.0.1", "lowdb": "^0.7.2", + "object-assign": "^2.0.0", "q": "^1.2.0", "underscore-db": "^0.8.1" } |
