highcharts / draggable-points

MIT License
32 stars 34 forks source link

Add package.json so it can be pushed to npm #39

Closed jaapz closed 8 years ago

jaapz commented 8 years ago

@highslide-software thanks for merging this in, could you also publish the package to npm?

jaapz commented 8 years ago

@TorsteinHonsi could you please publish this package to npm?

TorsteinHonsi commented 8 years ago

It's done! https://www.npmjs.com/package/highcharts-draggable-points

Version 2.0 also added CommonJS support on the same pattern as Highcharts modules.

var Highcharts = require('highcharts');
require('highcharts-draggable-points')(Highcharts);
jaapz commented 8 years ago

Thanks!