From a3a33c1dcda0c5cb75d797e226874e7f64396407 Mon Sep 17 00:00:00 2001 From: Thomas Gratier Date: Sat, 25 Apr 2015 01:43:06 +0200 Subject: [PATCH] Issue encountered in the PR See PR comments for an update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",