mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 08:58:31 +00:00
11 lines
118 B
JavaScript
11 lines
118 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
scripts: [
|
|
'apis/*.json',
|
|
'lib/services/*.js'
|
|
]
|
|
}
|
|
};
|