UNPKG

89 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 pkg: {
5 scripts: ['js/*.js', 'lib/*.js'],
6 },
7};