awesome-uses/scripts/masterData.js
Andrew Luca 7893bc510c
chore: downgrade scripts support to node 12 (#473)
From start scripts needed to be run with node 13 (esm support)
Because data.js was a esm export, and needed to be compiled
Moved all scripts to commontjs, and data.js file
So can be imported by scripts without compiling
2020-01-20 22:37:32 +02:00

5 lines
113 B
JavaScript

/**
* this is a stub file, do not edit it
* see `scripts/utils.js` -> `getMasterData`
*/
module.exports = [];