diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2014-07-18 14:15:15 -0400 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2014-07-18 14:15:15 -0400 |
commit | d0f6a87c1cfc71ae719937850b485fa841df6077 (patch) | |
tree | 9d45f142e761bcfef0d30a8c22278f4e6b9c61ed /bin | |
parent | 1ba3c54abe59ce119a9b57f8dd917b44210dbe79 (diff) | |
download | qtlocation-mapboxgl-d0f6a87c1cfc71ae719937850b485fa841df6077.tar.gz |
stray comma
Diffstat (limited to 'bin')
-rw-r--r-- | bin/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/package.json b/bin/package.json index 675f1fb168..1df8454600 100644 --- a/bin/package.json +++ b/bin/package.json @@ -3,6 +3,6 @@ "version": "0.0.1", "dependencies": { "mapbox-glsl-optimizer": "~0.1.0", - "mkdirp": "^0.5.0", + "mkdirp": "^0.5.0" } } |