mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
7 lines
90 B
CoffeeScript
7 lines
90 B
CoffeeScript
module.exports =
|
|
default: [
|
|
'coffeelint'
|
|
'browserify'
|
|
]
|
|
test: ['mochaTest']
|