Skip to content

Commit

Permalink
v10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Aug 29, 2022
1 parent ad16719 commit e461930
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"private": true,
"name": "highcharts",
"description": "JavaScript charting framework",
"homepage": "http://www.highcharts.com",
"version": "10.2.1",
"author": "Highsoft AS <[email protected]> (http://www.highcharts.com/about)",
"main": "highcharts.js",
"repository": {
"type": "git",
"url": "https://github.com/highcharts/highcharts-dist"
},
"keywords": [
"charts",
"dataviz",
"graphs",
"visualization",
"data",
"browserify",
"webpack"
],
"bugs": "https://github.com/highcharts/highcharts/issues",
"description": "Use `npm i ../highcharts/code` to test local. Remember to run `npx gulp scripts` and `npx gulp jsdoc-dts` to generate the code folder.",
"homepage": "http://www.highcharts.com",
"license": "https://www.highcharts.com/license",
"main": "highcharts.src.js",
"module": "es-modules/masters/highcharts.src.js",
"name": "highcharts",
"repository": "https://github.com/highcharts/highcharts.git",
"types": "highcharts.src.d.ts",
"version": "10.2.1"
"types": "highcharts.d.ts"
}

0 comments on commit e461930

Please sign in to comment.