diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-24 10:59:04 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-25 21:37:17 -0700 |
commit | 2846e2a42441d4b926533c0d0b47c399df3862b0 (patch) | |
tree | af82157e077a1b7cdc859998e7941b31f65e5e68 /package.json | |
parent | 485a644d3208582238ae579c28747157a50ebf63 (diff) | |
download | qtlocation-mapboxgl-2846e2a42441d4b926533c0d0b47c399df3862b0.tar.gz |
[build] Move express dependency to package.json
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index a9fe67f8c3..515a58c790 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "devDependencies": { "aws-sdk": "^2.3.5", + "express": "^4.11.1", "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#b3441d9a285ffbe9b876677acb13d7df07e5b975", "node-gyp": "^3.3.1", "request": "^2.72.0", |