Skip to content

Commit

Permalink
Fix: Use blank index to make sure 'public/files/' folder exists in np…
Browse files Browse the repository at this point in the history
…m package (#1377)

* Fix: Use blank index to make sure folder exists in npm package

* update blank index.html

* bump version
  • Loading branch information
acalcutt authored Sep 2, 2024
1 parent ed2a815 commit d272e17
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tileserver-gl",
"version": "4.13.2",
"version": "4.13.3",
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
"main": "src/main.js",
"bin": "src/main.js",
Expand Down
Empty file removed public/files/.gitignore
Empty file.
8 changes: 8 additions & 0 deletions public/files/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>

0 comments on commit d272e17

Please sign in to comment.