mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 06:58:07 +00:00
10 lines
106 B
JavaScript
10 lines
106 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
assets: [
|
|
'lib/jute/specification.json'
|
|
]
|
|
}
|
|
};
|