Deploy v0.40.0

Reviewed By: yungsters

Differential Revision: D4612331

fbshipit-source-id: 3eaa2f99d3181227166064cbee29b9245401a775
This commit is contained in:
Gabe Levi
2017-02-24 12:37:00 -08:00
committed by Facebook Github Bot
parent 2a3fe0625d
commit 4a60be62bc
5 changed files with 9 additions and 10 deletions

View File

@@ -36,5 +36,4 @@ export type ExampleModule = {
title: string,
description: string,
examples: Array<Example>,
external?: bool,
};