UNPKG

farris

Version:

ES2015 boilerplate for creating libraries with Bublé

7 lines (4 loc) 133 B
const foo = {}; // Correct version will be set with the 'rollup-replace plugin' foo.version = 'VERSION'; export default foo;