mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 14:58:32 +00:00
15 lines
264 B
JavaScript
15 lines
264 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
patches: {
|
|
// author is mistaken to point package.json.main to
|
|
// src/index.js (that is es6) instead of dist/index.js (es5)
|
|
'src/index.js': [
|
|
{ do: 'erase' },
|
|
''
|
|
]
|
|
}
|
|
}
|
|
};
|