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:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"main": "ol",
|
||||
"dependencies": {
|
||||
"css": "jspm:css@*"
|
||||
},
|
||||
"shim": {
|
||||
"ol": {
|
||||
"deps": ["./ol.css!"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user