Skip to content

Commit b044372

Browse files
committed
Update package.json
When pushing previous content to npm, it complains that it only accepts `"browser": "dist/ol.js"` hence the correction again
1 parent a3a33c1 commit b044372

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"bugs": {
2525
"url": "https://github.com/openlayers/ol3/issues"
2626
},
27-
"browser": {
28-
"openlayers": "dist/ol.js"
29-
},
27+
"browser": "dist/ol.js",
3028
"style": [
3129
"css/ol.css"
3230
],

0 commit comments

Comments
 (0)