Skip to content

Commit

Permalink
fix(frontend): fixing the dependency version of highcharts and add ov…
Browse files Browse the repository at this point in the history
…erride
  • Loading branch information
davinkevin committed Dec 16, 2015
1 parent 0e8c5f0 commit d3361b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"css": "github:systemjs/plugin-css@^0.1.19",
"font-awesome": "github:components/[email protected]",
"highcharts-ng": "github:pablojim/highcharts-ng@^0.0.11",
"highcharts-release": "github:highcharts/[email protected].10",
"highcharts-release": "github:highcharts/[email protected].9",
"ionicons": "github:driftyco/[email protected]",
"lodash": "github:lodash/lodash@^3.10.1",
"ng-file-upload": "github:danialfarid/ng-file-upload@^9.1.1",
Expand All @@ -90,7 +90,7 @@
"core-js": "npm:core-js@^1.1.4"
},
"overrides": {
"github:highcharts/[email protected].10": {
"github:highcharts/[email protected].9": {
"main": "highcharts",
"shim": {
"highcharts": {
Expand Down

0 comments on commit d3361b4

Please sign in to comment.