diff --git a/package.json b/package.json index b22db0f450..c3de751d07 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ "url": "https://github.com/openlayers/ol3/issues" }, "browser": { - "ol": "./node_modules/openlayers/dist/ol.js" + "openlayers": "dist/ol.js" }, "style": [ - "./node_modules/openlayers/css/ol.css" + "css/ol.css" ], "dependencies": { "async": "0.9.0",