UNPKG

pkg

Version:

Package your Node.js project into an executable

9 lines (7 loc) 132 B
'use strict'; // https://github.com/chjj/blessed/issues/298 module.exports = { pkg: { scripts: ['lib/widgets/*.js'], }, };