diff options
| -rw-r--r-- | .flowconfig | 1 | ||||
| -rw-r--r-- | package.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.flowconfig b/.flowconfig index 973719fa76..d65c855ee9 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,4 +1,5 @@ [ignore] +.*/node_modules/mapbox-gl/.* .*/node_modules/cheap-ruler/.* .*/node_modules/jsonlint-lines-primitives/.* .*/node_modules/unflowify/.* diff --git a/package.json b/package.json index 6095d4db6e..02484e0b36 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "electron-log": "^2.2.0", "history": "^4.6.1", "jsonrpc-lite": "^1.2.3", + "mapbox-gl": "^0.36.0", "moment": "^2.17.1", "react": "^15.4.2", "react-custom-scrollbars": "^4.0.2", |
