Mercurial > code > home > repos > streamed-graph
changeset 58:bf006bf2a3f9
forget the elementModule concept; everyone must build their own bundle
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Jan 2020 21:22:58 -0800 |
parents | 3ca9adc99a90 |
children | 5b8685d95bf4 |
files | package.json |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/package.json Mon Jan 13 00:32:21 2020 -0800 +++ b/package.json Mon Jan 13 21:22:58 2020 -0800 @@ -3,7 +3,6 @@ "version": "0.0.2", "types": "build/index.d.ts", "module": "build/lib.bundle", - "elementModule": "build/element.bundle", "scripts": { "build": "rollup -c", "build_forever": "rollup -cw",