Skip to content

Commit

Permalink
nice-registry#21 remove description field from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Dec 24, 2018
1 parent 2f0027a commit 93c8c8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ module.exports = {
name: {
type: 'string',
required: true
},
description: {
type: 'string',
required: true
}
}
}

0 comments on commit 93c8c8f

Please sign in to comment.