From ee35db877801f9660f6daa4635144fed562e7a30 Mon Sep 17 00:00:00 2001 From: mrmrs Date: Fri, 19 Aug 2016 12:33:35 +0100 Subject: [PATCH] Removes flexbox duplicate in deps list and bumps version. tachyons-flexbox ref is now at 1.2.0 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index fe07270..b58c45b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "immutable-css-cli": "^1.1.1", "normalize.css": "^4.2.0", "tachyons-cli": "^1.0.1", - "tachyons-flexbox": "^1.0.1", "tachyons-modules": "^1.1.8", "watch": "^0.19.2" }, @@ -73,7 +72,7 @@ "tachyons-coordinates": "^3.0.1", "tachyons-debug": "^1.1.3", "tachyons-display": "^4.1.2", - "tachyons-flexbox": "^1.0.1", + "tachyons-flexbox": "^1.2.0", "tachyons-floats": "^2.0.6", "tachyons-font-family": "^4.2.1", "tachyons-font-style": "^3.0.2",