From 989f6bed37f728e271b30309473faba619c968a3 Mon Sep 17 00:00:00 2001 From: Sudhir Kumar Date: Fri, 1 Sep 2017 04:59:20 +0530 Subject: [PATCH] Added validation package to thermite in staging (#92) --- staging/thermite/psc-package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/staging/thermite/psc-package.json b/staging/thermite/psc-package.json index 413c48ac..3e96341c 100644 --- a/staging/thermite/psc-package.json +++ b/staging/thermite/psc-package.json @@ -4,6 +4,7 @@ "source": "https://github.com/purescript/package-sets.git", "depends": [ "react-dom", - "thermite" + "thermite", + "validation" ] }