Summary:
- fixes a but where `auto` was passed to properties that don't support auto as a value
- fixes errors in flow typing
- Re-adds accidentally removed scripts to package.json

Reviewed By: emilsjolander, arcanis

Differential Revision: D6999447

fbshipit-source-id: df66976c74c4af082a1ca0527e3e1ce54bdeb732
This commit is contained in:
Daniel Büchele
2018-02-15 09:32:29 -08:00
committed by Facebook Github Bot
parent d617ab6662
commit ae9703712a
4 changed files with 104 additions and 92 deletions

View File

@@ -27,3 +27,5 @@ export type {
Yoga$PositionType,
Yoga$ExperimentalFeature,
} from './YGEnums.js';
export type {Yoga$Node, Yoga$Config} from './entry-common';