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:
Thomas Gratier
2015-04-30 04:50:40 +02:00
parent a3a33c1dcd
commit b044372cd8

View File

@@ -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"
],