diff --git a/package.json b/package.json index bc2481f..049f385 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ }, "type": "module", "files": [ - "map-viewer", "bin", + "dist", "lib", - "dist" + "map-viewer" ], "scripts": { "test": "npm run lint && node --test",