diff options
author | Tom MacWright <tom@macwright.org> | 2016-12-21 20:02:06 -0500 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-09 15:47:38 -0800 |
commit | a5eae14661f451384d6925a7b95db32434f439db (patch) | |
tree | 61257b395aeb869614bae239341096725c5d1f5a /package.json | |
parent | 2988ca16c1bfa8f00518411d2a711113fe88d13f (diff) | |
download | qtlocation-mapboxgl-a5eae14661f451384d6925a7b95db32434f439db.tar.gz |
Move package to @mapbox namespace.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 4ad795ff9e..fb03751bd0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "mapbox-gl-native", + "name": "@mapbox/mapbox-gl-native", "version": "3.4.2", "description": "Renders map tiles with Mapbox GL", "keywords": [ @@ -49,4 +49,4 @@ "remote_path": "./{name}/v{version}", "package_name": "{node_abi}-{platform}-{arch}.tar.gz" } -} +}
\ No newline at end of file |