Update to node 10

This commit is contained in:
uwap 2018-07-11 17:29:17 +02:00
parent 25295c05e9
commit 8738577001
3 changed files with 745 additions and 783 deletions

View file

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 9 - 10
script: script:
- yarn travis - yarn travis

View file

@ -10,7 +10,7 @@ import "../css/styles.css";
import type { Config } from "config/flowtypes"; import type { Config } from "config/flowtypes";
const config : Config = window.config; const config: Config = window.config;
injectTapEventPlugin(); injectTapEventPlugin();
document.title = `${config.space.name} Map`; document.title = `${config.space.name} Map`;

1524
yarn.lock

File diff suppressed because it is too large Load diff