Merge pull request #1021 from davinkevin/openlayers

feat(openlayers): add openlayers which should replace the ol3 package
This commit is contained in:
Guy Bedford
2017-01-03 17:19:04 +02:00
committed by GitHub
@@ -0,0 +1,12 @@
{
"main": "ol",
"dependencies": {
"css": "jspm:css@*"
},
"shim": {
"ol": {
"deps": ["./ol.css!"]
}
}
}