From b044372cd8e94f771ec48831a4dc3392113b1607 Mon Sep 17 00:00:00 2001 From: Thomas Gratier Date: Thu, 30 Apr 2015 04:50:40 +0200 Subject: [PATCH] Update package.json When pushing previous content to npm, it complains that it only accepts `"browser": "dist/ol.js"` hence the correction again --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index c3de751d07..ef55f4401d 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,7 @@ "bugs": { "url": "https://github.com/openlayers/ol3/issues" }, - "browser": { - "openlayers": "dist/ol.js" - }, + "browser": "dist/ol.js", "style": [ "css/ol.css" ],