UNPKG

@my-dish/template-plain

Version:

General template for dish

11 lines (9 loc) 275 B
'use strict'; module.exports = { scripts: { lint : 'eslint .', test : 'nyc ava', changelog: 'conventional-changelog -p angular -i CHANGELOG.md -s -r 0', postcover: 'nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov' } };