Mercurial > code > home > repos > streamed-graph
diff package.json @ 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 | 0d0638bd98be |
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",