From 7d8149bbca5385117ad08c3f645748f3b789671b Mon Sep 17 00:00:00 2001 From: Lucas Cordeiro Date: Tue, 18 Feb 2020 16:22:28 -0300 Subject: [PATCH] add docs builder --- README.md => docs/README.md | 0 manifest.json | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename README.md => docs/README.md (100%) diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md diff --git a/manifest.json b/manifest.json index 2b91c41..45f0549 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,9 @@ "title": "VTEX Checkout Step Group", "description": "Step Group UI Component used by Checkout", "builders": { - "react": "3.x" + "docs": "0.x", + "react": "3.x", + "store": "0.x" }, "dependencies": { "vtex.styleguide": "9.x"