From 6410e0c26b0c678e4867f642ab4dc1cfeadecf49 Mon Sep 17 00:00:00 2001 From: Travis Clarke Date: Tue, 11 Jul 2017 18:24:09 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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",