diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-07 17:53:04 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-07 17:53:04 +0200 |
| commit | 3493a5bff6d622ccb8f1eba1c72bd939a418c1c5 (patch) | |
| tree | 0b9b781eb094db4b5d4d45f635cb1fffb23447d7 /package.json | |
| parent | e714156affa9a70e7b477ab957b273303cfa3e90 (diff) | |
| download | orm-3493a5bff6d622ccb8f1eba1c72bd939a418c1c5.tar.gz orm-3493a5bff6d622ccb8f1eba1c72bd939a418c1c5.zip | |
use hash on filter
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index eeedf82..6d642e3 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "license": "UNLICENSED", "dependencies": { "mysql": "^2.13.0", - "sequelize-auto": "^0.4.25" + "sequelize-auto": "^0.4.25", + "sequelize-json": "^2.1.2" } } |
