Skip to content

Commit bf6e34a

Browse files
fix: move tailwind to a dependency
1 parent e124bb8 commit bf6e34a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"chalk": "^2.4.1",
4444
"fs-extra": "^6.0.1",
4545
"lodash.reduce": "^4.6.0",
46-
"yargs": "^11.0.0"
46+
"yargs": "^11.0.0",
47+
"tailwindcss": "^1.0.0-beta.4"
4748
},
4849
"devDependencies": {
4950
"@babel/plugin-proposal-class-properties": "^7.4.0",
5051
"@babel/preset-env": "^7.4.3",
5152
"babel-jest": "^24.7.1",
5253
"bili": "^4.7.3",
5354
"jest": "^24.7.1",
54-
"standard-version": "^4.4.0",
55-
"tailwindcss": "^1.0.0-beta.4"
55+
"standard-version": "^4.4.0"
5656
},
5757
"jest": {
5858
"transform": {

0 commit comments

Comments
 (0)