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"