Update package.json
When pushing previous content to npm, it complains that it only accepts `"browser": "dist/ol.js"` hence the correction again
This commit is contained in:
+1
-3
@@ -24,9 +24,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/openlayers/ol3/issues"
|
"url": "https://github.com/openlayers/ol3/issues"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": "dist/ol.js",
|
||||||
"openlayers": "dist/ol.js"
|
|
||||||
},
|
|
||||||
"style": [
|
"style": [
|
||||||
"css/ol.css"
|
"css/ol.css"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user