We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b4506 commit 7a0a0a8Copy full SHA for 7a0a0a8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tailwindcss",
3
- "version": "0.2.2",
+ "version": "0.3.0",
4
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
"license": "MIT",
6
"main": "lib/index.js",
@@ -70,7 +70,9 @@
70
},
71
"jest": {
72
"setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js",
73
- "testPathIgnorePatterns": ["<rootDir>/__tests__/fixtures/"]
+ "testPathIgnorePatterns": [
74
+ "<rootDir>/__tests__/fixtures/"
75
+ ]
76
77
"engines": {
78
"node": ">=6.9.0"
0 commit comments