merge branch heads

This commit is contained in:
Sebastian Sdorra
2018-07-24 16:29:28 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"fetch-mock": "^6.5.0",
"flow-bin": "^0.75.0",
"flow-bin": "^0.77.0",
"flow-typed": "^2.5.1",
"jest-junit": "^5.1.0",
"node-sass-chokidar": "^1.3.0",

View File

@@ -8,5 +8,5 @@ export type User = {
password: string,
admin: boolean,
active: boolean,
_links?: Links
_links: Links
};