Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Dec 1, 2017
1 parent f8b4506 commit 7a0a0a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -70,7 +70,9 @@
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js",
"testPathIgnorePatterns": ["<rootDir>/__tests__/fixtures/"]
"testPathIgnorePatterns": [
"<rootDir>/__tests__/fixtures/"
]
},
"engines": {
"node": ">=6.9.0"
Expand Down

0 comments on commit 7a0a0a8

Please sign in to comment.