Files
Davin Kevin 5775653442 feat(openlayers): add openlayers package which should replace the ol3 package
The team behind openlayers choose to change the name of the repository, causing problem in our CI
2017-01-03 16:14:08 +01:00

13 lines
132 B
JSON

{
"main": "ol",
"dependencies": {
"css": "jspm:css@*"
},
"shim": {
"ol": {
"deps": ["./ol.css!"]
}
}
}