UNPKG

jointjs

Version:

JavaScript diagramming library

16 lines (14 loc) 330 B
module.exports = { 'rollup-joint': { command: 'rollup -c --config-joint' }, 'rollup-libs-esm': { command: 'rollup -c --config-libs-esm' }, 'rollup-dist': { command: 'rollup -c --config-dist' }, 'rollup-test-bundle': { command: 'rollup -c --config-test-bundle' } };