Skip to content

Commit

Permalink
--- v1.5.6 ---
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 committed Aug 2, 2024
1 parent 78544a3 commit 42a9a0f
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 67 deletions.
148 changes: 84 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highcharts/highcharts-assembler",
"version": "1.5.5",
"version": "1.5.6",
"description": "The official bundler for Highcharts JS.",
"main": "index.js",
"directories": {
Expand All @@ -9,8 +9,8 @@
"dependencies": {},
"devDependencies": {
"chai": "^4.4.1",
"husky": "^9.0.11",
"mocha": "^10.4.0"
"husky": "^9.1.4",
"mocha": "^10.7.0"
},
"scripts": {
"test": "husky install && mocha test/test.js && mocha test/utilities.js"
Expand Down

0 comments on commit 42a9a0f

Please sign in to comment.