summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-08-02 13:17:38 -0700
committerJason Wray <jason@mapbox.com>2019-08-02 18:12:00 -0700
commit211da6778d65ec47ff090171699b983bb8ae8fdb (patch)
treec34bc3f53fcda05e9f16f416ef759d262ef2227b /package.json
parent92a8c185c0b650fefc7a0c771b5a325c0a27d56a (diff)
downloadqtlocation-mapboxgl-211da6778d65ec47ff090171699b983bb8ae8fdb.tar.gz
[build] Skip CI jobs if there are no relevant changed files
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index e239c60864..acd2eb80bf 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
"license": "BSD-2-Clause",
"dependencies": {
"@mapbox/cmake-node-module": "^1.2.0",
+ "minimatch": "^3.0.4",
"node-pre-gyp": "^0.10.2",
"npm-run-all": "^4.0.2"
},