jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

use npm:highcharts or github:highcharts/highcharts-dist instead of github:highcharts/highcharts #1015

Closed AdamWillden closed 7 years ago

AdamWillden commented 7 years ago

See NPM package for highcharts which itself uses: github:highcharts/highcharts-dist

The source contains a ridiculous amount of files which is causing me some issues with file path lengths in windows and is slow to install and uninstall.

AdamWillden commented 7 years ago

@aluanhaddad thanks for picking this up but I don't understand the fix... why is it still "highcharts": "github:highcharts/highcharts", and what exactly did setting the main entry point do to solve the issues I reported?

I can't even see lib/highcharts.src in here https://github.com/highcharts/highcharts

@guybedford can you shed any light on this?