diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-06-02 17:29:57 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-06-02 17:29:57 -0400 |
| commit | bcca89ebfd9ea93356d934edd5218335430746b6 (patch) | |
| tree | 15ca36b109b7c22dae054106805ba02dba6b88ae /app | |
| parent | e923cb0e5e1efac4fba534aba87f6b6e9d95d3f0 (diff) | |
Add 'date' field typev0.1.8
Diffstat (limited to 'app')
| -rw-r--r-- | app/node_modules/okschema/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/node_modules/okschema/index.js b/app/node_modules/okschema/index.js index 0079f51..67f6e42 100644 --- a/app/node_modules/okschema/index.js +++ b/app/node_modules/okschema/index.js @@ -65,6 +65,10 @@ var types = { 'tag-list': { parent: 'string', assertValid: function(spec, value) {} + }, + 'date': { + parent: 'string', + assertValid: function(spec, value) {} } } |
