diff --git a/README.md b/README.md index b412396..eb6f662 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ First, install the [highcharts](https://www.npmjs.com/package/highcharts) and [h $ npm install highcharts-more-node ``` -Now import highcharts-more into your projects **after** the core highcharts module. +Now import highcharts-more into your projects which will also import the **highcharts** core module. ```js // import Highcharts-More (no need to import `highcharts` since it's wrapped by `highcharts-more`) import {Highcharts} from 'highcharts-more-node' diff --git a/package.json b/package.json index 7f183bc..bb03d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "highcharts-more-node", - "version": "v5.0.12", + "version": "v5.0.13", "description": "JavaScript charting framework extension module", "authors": [ "clarketm " @@ -19,7 +19,6 @@ "browserify", "webpack", "systemjs", - "jspm", "node", "highcharts", "highcharts-more",