diff --git a/package.json b/package.json index 10bd2b2..bbe60cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leaflet-html", "type": "module", - "version": "0.3.4", + "version": "0.3.5", "description": "Leaflet expressed in HTML", "keywords": [ "leaflet", @@ -14,6 +14,9 @@ "main": "./dist/leaflet-html.cjs", "module": "./dist/leaflet-html.js", "author": "andrewgryan", + "files": [ + "dist" + ], "repository": { "type": "git", "url": "git+https://github.com/andrewgryan/leaflet-html.git"