Skip to content

Commit 7a0a0a8

Browse files
committed
0.3.0
1 parent f8b4506 commit 7a0a0a8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
55
"license": "MIT",
66
"main": "lib/index.js",
@@ -70,7 +70,9 @@
7070
},
7171
"jest": {
7272
"setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js",
73-
"testPathIgnorePatterns": ["<rootDir>/__tests__/fixtures/"]
73+
"testPathIgnorePatterns": [
74+
"<rootDir>/__tests__/fixtures/"
75+
]
7476
},
7577
"engines": {
7678
"node": ">=6.9.0"

0 commit comments

Comments
 (0)