diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 21:50:59 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-08 21:50:59 -0400 |
| commit | ee5a0ec0c43f673ee79a2fdcf16ea368ea385532 (patch) | |
| tree | 8d808d90188e8a487681648059e904a5e8be3274 /app/node_modules/okschema/package.json | |
| parent | 06ef2f2337dd349af160e2c50dbef76f68f406d5 (diff) | |
Add support for textarea data types
Diffstat (limited to 'app/node_modules/okschema/package.json')
| -rw-r--r-- | app/node_modules/okschema/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/node_modules/okschema/package.json b/app/node_modules/okschema/package.json index 795f057..21214fa 100644 --- a/app/node_modules/okschema/package.json +++ b/app/node_modules/okschema/package.json @@ -9,6 +9,8 @@ "author": "OKFocus", "license": "None", "dependencies": { - "mschema": "^0.5.5" + "mschema": "^0.5.5", + "object-assign": "^2.0.0", + "validator": "^3.37.0" } } |
