Skip to content

Commit c4ead3d

Browse files
committed
Fix merge conflicts with mb-pages (#2643)
1 parent c70ba77 commit c4ead3d

File tree

3 files changed

+5
-327
lines changed

3 files changed

+5
-327
lines changed

docs/_layouts/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class='space-bottom2'>
1919

2020
<div class='prose space-bottom2'>
2121
<p>Mapbox GL JS is a JavaScript library that uses WebGL to render interactive maps from <a href='{{site.url}}/help/define-vector-tiles'>vector tiles</a> and <a href='{{site.url}}/mapbox-gl-style-spec'>Mapbox GL styles</a>.<p>
22-
<p>It is part of the <a href='https://github.com/mapbox/mapbox-gl'>Mapbox GL ecosystem</a> which includes <a href='{{site.url}}/mobile/'>Mapbox Mobile</a>, a compatible renderer written in C++ with bindings for desktop and mobile platforms.</p>
22+
<p>It is part of the <a href='https://github.com/mapbox/mapbox-gl'>Mapbox GL ecosystem</a> which includes <a href='{{site.url}}/mobile/'>Mapbox Mobile</a>, a suite of compatible SDKs for native desktop and mobile applications.</p>
2323
</div>
2424
<a href='https://www.mapbox.com/gallery/'><img alt='Mapbox GL JS gallery' src='{{site.baseurl}}/assets/gallery.png'></a>
2525
</section>

js/ui/interaction.js

Lines changed: 0 additions & 325 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"type": "git",
99
"url": "git://github.com/mapbox/mapbox-gl-js.git"
1010
},
11-
"engines": { "node" : ">=4.0.0" },
11+
"engines": {
12+
"node": ">=4.0.0"
13+
},
1214
"dependencies": {
1315
"csscolorparser": "^1.0.2",
1416
"earcut": "^2.0.3",
@@ -53,6 +55,7 @@
5355
"handlebars": "4.0.5",
5456
"highlight.js": "9.3.0",
5557
"istanbul": "^0.4.2",
58+
"lodash": "^4.13.1",
5659
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#5c38f278f92688c68db115601663d5ac125a1961",
5760
"nyc": "^6.1.1",
5861
"remark": "4.2.2",

0 commit comments

Comments
 (0)