mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
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
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
/**
|
|
* this is a stub file, do not edit it
|
|
* see `scripts/utils.js` -> `getMasterData`
|
|
*/
|
|
module.exports = [];
|