summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS7
-rw-r--r--circle.yml4
-rw-r--r--package.json4
3 files changed, 3 insertions, 12 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 66baad21d6..81c159d6c4 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,6 +1 @@
-* @mapbox/gl-native
-
-# Apple
-/platform/ios/ @mapbox/maps-ios-reviewers
-/platform/macos/ @mapbox/maps-ios-reviewers
-/platform/darwin/ @mapbox/maps-ios-reviewers
+* @mapbox/gl-native \ No newline at end of file
diff --git a/circle.yml b/circle.yml
index 977d138127..0cd2ae2547 100644
--- a/circle.yml
+++ b/circle.yml
@@ -337,10 +337,6 @@ commands:
command: |
cd build
find . -type f -iname *.gcda -exec gcov -p -b {} \;
- - run:
- name: Upload coverage results to codecov.io
- command: |
- bash <(curl -sSfL https://codecov.io/bash) -X gcov || echo 'Codecov failed to upload'
publish-coverage-metrics:
steps:
- run:
diff --git a/package.json b/package.json
index adda5fef5b..9ec1f48332 100644
--- a/package.json
+++ b/package.json
@@ -27,11 +27,11 @@
"csscolorparser": "~1.0.2",
"d3-queue": "3.0.7",
"diff": "4.0.1",
- "ejs": "^2.5.7",
+ "ejs": "^3.1.7",
"esm": "~3.0.84",
"express": "^4.11.1",
"json-stringify-pretty-compact": "^2.0.0",
- "jsonwebtoken": "^8.3.0",
+ "jsonwebtoken": "^9.0.0",
"lodash": "^4.16.4",
"lodash.template": "4.5.0",
"mapbox-gl-styles": "2.0.2",