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
This commit is contained in:
Davin Kevin
2017-01-03 16:14:08 +01:00
parent d95ecbd23c
commit 5775653442
@@ -0,0 +1,12 @@
{
"main": "ol",
"dependencies": {
"css": "jspm:css@*"
},
"shim": {
"ol": {
"deps": ["./ol.css!"]
}
}
}