changed property types to lower-case

This commit is contained in:
Ritchie Martori
2012-03-09 18:17:06 -08:00
parent bfd3700c6b
commit 03d67c5e17

View File

@@ -1,14 +1,14 @@
module.exports = {
String: {
string: {
defaultName: 'string'
},
Number: {
number: {
defaultName: 'number'
},
Boolean: {
boolean: {
defaultName: 'boolean'
},
Date: {
date: {
defaultName: 'date'
}
};