From 9935d675e37d1f61e6bbbd92ba3d0c2bd6e15b36 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 13 May 2019 19:47:34 +0100 Subject: [PATCH] Update Tailwind to 1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68f38bf..785016b 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ }, "dependencies": { "postcss": "^7.0.14", - "tailwindcss": "^1.0.0-beta.5" + "tailwindcss": "^1.0.1" } }