ipysheet icon indicating copy to clipboard operation
ipysheet copied to clipboard

/dist AMD modules not published

Open jasongrout-db opened this issue 1 year ago • 0 comments

Looking at https://www.jsdelivr.com/package/npm/ipysheet, it appears that the dist/ directory with AMD modules is not being published with the package, which means that the html manager (and currently Voila?) cannot use ipysheet by loading it from CDN. I think this also may affect using it in Colab and Databricks, and maybe VS Code as well?

Fixing this may be as simple as adding the dist/ directory to the package.json files field: https://github.com/QuantStack/ipysheet/blob/master/package.json#L19

jasongrout-db avatar Aug 05 '22 03:08 jasongrout-db