Merge pull request #3627 from ThomasG77/ThomasG77-npm

Make package.json compatible for npm frontend use.
This commit is contained in:
Tim Schaub
2015-10-31 13:49:40 -06:00

View File

@@ -24,6 +24,10 @@
"bugs": {
"url": "https://github.com/openlayers/ol3/issues"
},
"browser": "dist/ol.js",
"style": [
"css/ol.css"
],
"dependencies": {
"async": "0.9.0",
"bluebird": "^2.10.1",