Skip to content

Commit

Permalink
fix: move tailwind to a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromir-hristov committed Apr 24, 2019
1 parent e124bb8 commit bf6e34a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"chalk": "^2.4.1",
"fs-extra": "^6.0.1",
"lodash.reduce": "^4.6.0",
"yargs": "^11.0.0"
"yargs": "^11.0.0",
"tailwindcss": "^1.0.0-beta.4"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"babel-jest": "^24.7.1",
"bili": "^4.7.3",
"jest": "^24.7.1",
"standard-version": "^4.4.0",
"tailwindcss": "^1.0.0-beta.4"
"standard-version": "^4.4.0"
},
"jest": {
"transform": {
Expand Down

0 comments on commit bf6e34a

Please sign in to comment.