Skip to content

Commit 999c504

Browse files
authored
Merge pull request #555 from highcharts/master
V4.0.1
2 parents f4cf05e + 79bef50 commit 999c504

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.0.1
2+
3+
_Hotfix_:
4+
5+
- Fixed missing 'dist' bundle in 4.0.0 on NPM.
6+
17
# 4.0.0
28

39
_Breaking Changes:_

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Highsoft AS <[email protected]> (http://www.highcharts.com/about)",
44
"license": "MIT",
55
"type": "module",
6-
"version": "4.0.0",
6+
"version": "4.0.1",
77
"main": "./dist/index.esm.js",
88
"engines": {
99
"node": ">=18.12.0"
@@ -14,6 +14,7 @@
1414
"require": "./dist/index.cjs"
1515
}
1616
},
17+
"files": ["dist", "bin", "templates", "install.js", "lib"],
1718
"repository": {
1819
"url": "https://github.com/highcharts/node-export-server",
1920
"type": "git"
@@ -35,6 +36,7 @@
3536
"node-tests": "node ./tests/node/node_test_runner.js",
3637
"node-tests-single": "node ./tests/node/node_test_runner_single.js",
3738
"prepare": "husky || true",
39+
"prepack": "npm run build",
3840
"build": "rollup -c",
3941
"unit:test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
4042
},

0 commit comments

Comments
 (0)