Add antd as dependency in scarf template

Summary: Updated the scarf template to fix some urls, at `antd` by default, and avoid depending on `flipper-plugin`.

Reviewed By: cekkaewnumchai

Differential Revision: D24949452

fbshipit-source-id: 56b6628309d3cdf6c30acddf83dab6e493cd7c0e
This commit is contained in:
Michel Weststrate
2020-11-16 13:08:05 -08:00
committed by Facebook GitHub Bot
parent 33e527f39a
commit 69504252de

View File

@@ -32,7 +32,7 @@ It offers the following benefits to plugin authors:
Since Sandy is still experimental, the public and FB plugin scaffolding tools still use the old APIs.
You can opt-in to using Sandy by adding `flipper-plugin` as peer dependency to your plugin.
`yarn add --peer flipper-plugin`
`yarn add --peer flipper-plugin antd`
If your project is not hosted inside the Flipper project itself, you need to add `flipper-plugin` as developer dependency as well: