diff options
author | Lucas Wojciechowski <lucas@mapbox.com> | 2015-09-16 17:26:12 -0700 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2015-11-04 11:34:35 -0500 |
commit | da569c266b663b815b0fa754be59c78904b92fa6 (patch) | |
tree | d17d39da14883baa641f4cc0fa49bc3b88f9db08 /package.json | |
parent | 8e63084c9e77486c9843ce469e0e8b663bfebb03 (diff) | |
download | qtlocation-mapboxgl-da569c266b663b815b0fa754be59c78904b92fa6.tar.gz |
[node] enable npm to build mapbox-gl-native package from source
This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d.
more explicit require paths in tests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ca0d03d50d..f6aa5d9ce0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapbox-gl-native", - "version": "2.0.0-pre.11", + "version": "2.0.0-pre.13", "description": "Renders map tiles with Mapbox GL", "keywords": [ "mapbox", |