summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2019-08-08 15:35:56 -0700
committerGitHub <noreply@github.com>2019-08-08 15:35:56 -0700
commita3a661e84649b78575237a2ab935a2d2584970c4 (patch)
treebecd992b40ff5d164dfbc8caac39f60d063c1b15 /package.json
parent56e7bbc0b74840701a513c709cac94b4d4d34e26 (diff)
downloadqtlocation-mapboxgl-a3a661e84649b78575237a2ab935a2d2584970c4.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"
},