Skip to content

Commit

Permalink
Merge branch 'release/0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Apr 14, 2014
2 parents d94ec41 + 7c9d2dc commit b1f945b
Show file tree
Hide file tree
Showing 16 changed files with 2,653 additions and 205 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ module.exports = function(grunt) {
'type/label': 'js/types/label',
'type/select': 'js/types/select',
'type/collection': 'js/types/collection',
'type/readonly-select': 'js/types/readonlySelect',
'type/attributes': 'js/types/attributes',

'validator/default': 'js/validators/default',
'validator/min': 'js/validators/min',
Expand All @@ -49,7 +51,9 @@ module.exports = function(grunt) {
'type/url',
'type/label',
'type/select',
'type/readonly-select',
'type/collection',
'type/attributes',

'validator/min',
'validator/max',
Expand Down
Loading

0 comments on commit b1f945b

Please sign in to comment.