Skip to content

Commit

Permalink
replace polymer-vis.html with utils-lib.html so that mapbox-gl can be…
Browse files Browse the repository at this point in the history
… used with polygit
  • Loading branch information
eterna2 committed Mar 15, 2018
1 parent b25c02b commit c515486
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"shadycss": "^1.0.5",
"polymer-vis": "PolymerVis/polymer-vis#^2.0.3"
"utils-lib": "PolymerVis/utils-lib#^2.0.0"
},
"devDependencies": {
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions mapbox-gl-geocoder.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link rel="import" href="../polymer/polymer-element.html">
<link rel="import" href="../polymer-vis/polymer-vis.html">
<link rel="import" href="../utils-lib/utils-lib.html">

<!--
`mapbox-gl-geocoder` is a `mapbox-gl` control to search for places using Mapbox Geocoding API.
Expand Down Expand Up @@ -215,7 +215,7 @@
'MapboxGlGeocoder'
);
this.accessToken = this.parentNode.accessToken;
}
}
}

disconnectedCallback() {
Expand Down
2 changes: 1 addition & 1 deletion mapbox-gl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link rel="import" href="../polymer/lib/utils/flattened-nodes-observer.html">

<link rel="import" href="../shadycss/apply-shim.html">
<link rel="import" href="../polymer-vis/polymer-vis.html">
<link rel="import" href="../utils-lib/utils-lib.html">

<!--
[Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/) is a JavaScript library
Expand Down

0 comments on commit c515486

Please sign in to comment.