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