Skip to content

Commit 0497b27

Browse files
authored
Merge pull request #557 from highcharts/bugfix/distribution-files
bugfix/distribution-files
2 parents 7a2ad0e + 88cb2ac commit 0497b27

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414
"require": "./dist/index.cjs"
1515
}
1616
},
17-
"files": ["dist", "bin", "templates", "install.js", "lib"],
17+
"files": [
18+
"dist",
19+
"bin",
20+
"templates",
21+
"install.js",
22+
"lib",
23+
"msg",
24+
"public"
25+
],
1826
"repository": {
1927
"url": "https://github.com/highcharts/node-export-server",
2028
"type": "git"

0 commit comments

Comments
 (0)