diff --git a/package.json b/package.json index cbf187e..cc580e9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "license": "BSD-2-Clause", "engines": { - "node": ">=10 <11" + "node": ">=10" }, "scripts": { "test": "mocha test/**.js --timeout 10000", @@ -18,7 +18,7 @@ }, "dependencies": { "@mapbox/glyph-pbf-composite": "0.0.3", - "@mapbox/mapbox-gl-native": "5.0.2", + "@mapbox/mapbox-gl-native": "^5.0.2", "@mapbox/mapbox-gl-style-spec": "13.12.0", "@mapbox/sphericalmercator": "1.1.0", "@mapbox/vector-tile": "1.3.1",