diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-03 16:05:56 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-08 10:59:59 -0600 |
commit | f5b86c0f11bc921647d1f677b62a14527bfb50c3 (patch) | |
tree | faa7c0c600e3bd8e7220761191c6d45146507cb3 | |
parent | d587ff3c1a73e29569edb25e6b715c84ec1e92d6 (diff) | |
download | qtlocation-mapboxgl-f5b86c0f11bc921647d1f677b62a14527bfb50c3.tar.gz |
[node] Remove unused dependency
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index c3452bcadf..71450c68b7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "ejs": "^2.4.1", "express": "^4.11.1", "lodash": "^4.16.4", - "mkdirp": "^0.5.1", "node-cmake": "^1.2.1", "pixelmatch": "^4.0.2", "pngjs": "^3.0.0", |