Update to node 10
This commit is contained in:
parent
25295c05e9
commit
8738577001
3 changed files with 745 additions and 783 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 9
|
- 10
|
||||||
script:
|
script:
|
||||||
- yarn travis
|
- yarn travis
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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`;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue