summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-12-08 11:39:12 -0800
committerMike Morris <michael.patrick.morris@gmail.com>2015-12-08 11:39:12 -0800
commit515a4fffab81c2a061b3e15bb3288dccfb1174e0 (patch)
treecab42ffa8a21b1fc94528c0c2bb04668ef186ece /package.json
parent7bfeaca85cb49452dd44113d0e018331923ed3b5 (diff)
downloadqtlocation-mapboxgl-515a4fffab81c2a061b3e15bb3288dccfb1174e0.tar.gz
node-v2.1.0node-v2.1.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 204c0d73f4..1e47ad4ca3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-native",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",
@@ -25,9 +25,9 @@
"node-pre-gyp"
],
"devDependencies": {
- "aws-sdk": "^2.2.19",
+ "aws-sdk": "^2.2.21",
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#117067ee1789203c46d7648eef8dd49659e62090",
- "node-gyp": "^3.2.0",
+ "node-gyp": "^3.2.1",
"request": "^2.67.0",
"tape": "^4.2.2"
},