Mercurial > code > home > repos > streamed-graph
changeset 41:5eb29ce7a354
fuss with published module name and path
author | drewp@bigasterisk.com |
---|---|
date | Wed, 01 Jan 2020 12:55:35 -0800 |
parents | 648bd89f9d47 |
children | 895ae7c5b0f4 |
files | package.json |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/package.json Mon Dec 30 15:29:23 2019 -0800 +++ b/package.json Wed Jan 01 12:55:35 2020 -0800 @@ -1,10 +1,8 @@ { "name": "streamed-graph", "version": "0.0.2", - "main": "build/bundle.js", "types": "build/index.d.ts", - "files": [ "build/" ], - "module": "build/streamed-graph", + "module": "build/bundle", "scripts": { "build": "rollup -c", "build_forever": "rollup -cw",