Mercurial > code > home > repos > streamed-graph
changeset 37:6a1d158d6ca4
fix packaging so we can be a dependency
author | drewp@bigasterisk.com |
---|---|
date | Sun, 29 Dec 2019 19:42:52 -0800 |
parents | 8b4dc9e87b56 |
children | d4036715028b |
files | package.json |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/package.json Sat Dec 28 02:24:55 2019 -0800 +++ b/package.json Sun Dec 29 19:42:52 2019 -0800 @@ -1,12 +1,10 @@ { "name": "streamed-graph", "version": "0.0.2", - "main": "pkg2", - "module": "build/pkg2", - "files": [ - "build/" - ], + "main": "build/bundle.js", "types": "build/index.d.ts", + "files": [ "build/" ], + "module": "build/streamed-graph", "scripts": { "build": "rollup -c", "build_forever": "rollup -cw",