From 6a960e859368a29d6154ba2bba8e1be5fb47d3ba Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Fri, 17 Mar 2017 10:42:25 +0100 Subject: [PATCH] Remove optional dependencies from package.json to avoid warnings --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index eeb9a74..8d9ce25 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,6 @@ "@mapbox/mapbox-gl-native": "3.4.4", "@mapbox/sphericalmercator": "1.0.5" }, - "optionalDependencies": { - "tileshrink-gl": "./plugins/tileshrink-gl" - }, "devDependencies": { "should": "^11.2.0", "mocha": "^3.2.0",