From cf1548e61d697c44d420f1e144adfab03ebe9d2b Mon Sep 17 00:00:00 2001 From: zigomir Date: Wed, 22 Jun 2016 17:38:55 -0700 Subject: [PATCH] Add tachyons dependency. --- examples/mailbox/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/mailbox/package.json b/examples/mailbox/package.json index b54cd94..f29ef4d 100644 --- a/examples/mailbox/package.json +++ b/examples/mailbox/package.json @@ -15,6 +15,7 @@ "license": "ISC", "dependencies": { "css-wipe": "^4.2.1", - "dateformat": "^1.0.12" + "dateformat": "^1.0.12", + "tachyons": "^4.0.0-beta.33" } }