diff --git a/js/package.json b/js/package.json index 406b8a1f7..87f31040a 100644 --- a/js/package.json +++ b/js/package.json @@ -15,6 +15,7 @@ "license": "MIT", "author": "Project Jupyter", "main": "src/index.js", + "browser": "dist/index.js", "scripts": { "build": "webpack && jupyter labextension build .", "clean": "rimraf dist/ && rimraf ../ipyleaflet/labextension/ && rimraf ../ipyleaflet/nbextension",