Update default config by specifying its type

This commit is contained in:
Seong Jae Lee
2015-04-12 01:34:47 -07:00
parent fbbe0337be
commit 1770e9fa73
+4 -2
View File
@@ -1,8 +1,10 @@
{CompositeDisposable} = require 'atom'
module.exports =
configDefaults:
directory: 'testdata'
config:
directory:
type: 'string'
default: 'testdata'
notationalVelocityView: null