This commit is contained in:
Adam Wathan 2017-12-01 09:57:04 -05:00
parent f8b4506f3b
commit 7a0a0a8bd7

View File

@ -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": "<rootDir>/jest/customMatchers.js",
"testPathIgnorePatterns": ["<rootDir>/__tests__/fixtures/"]
"testPathIgnorePatterns": [
"<rootDir>/__tests__/fixtures/"
]
},
"engines": {
"node": ">=6.9.0"