From 7a0a0a8bd7d0ead66cd95d9e307d01c778a5e842 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 1 Dec 2017 09:57:04 -0500 Subject: [PATCH] 0.3.0 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 112f7c81a..7c55c248d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss", - "version": "0.2.2", + "version": "0.3.0", "description": "A utility-first CSS framework for rapidly building custom user interfaces.", "license": "MIT", "main": "lib/index.js", @@ -70,7 +70,9 @@ }, "jest": { "setupTestFrameworkScriptFile": "/jest/customMatchers.js", - "testPathIgnorePatterns": ["/__tests__/fixtures/"] + "testPathIgnorePatterns": [ + "/__tests__/fixtures/" + ] }, "engines": { "node": ">=6.9.0"