Skip to content

Commit a7f5b4d

Browse files
author
Joe Strouth
committed
Switch @theme-ui/core to devDeps for tailwind type dependency
1 parent 6c28455 commit a7f5b4d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/tailwind/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"devDependencies": {
1616
"babel-polyfill": "^6.26.0",
1717
"execa": "^4.0.0",
18-
"tailwindcss": "^1.0.4"
18+
"tailwindcss": "^1.0.4",
19+
"@theme-ui/core": "^0.3.1"
1920
},
2021
"publishConfig": {
2122
"access": "public"
@@ -29,8 +30,5 @@
2930
"style"
3031
],
3132
"repository": "system-ui/theme-ui",
32-
"gitHead": "5681b24d36f81fddd0d1d82cbb85136cc15dcd4c",
33-
"dependencies": {
34-
"@theme-ui/core": "^0.3.1"
35-
}
36-
}
33+
"gitHead": "5681b24d36f81fddd0d1d82cbb85136cc15dcd4c"
34+
}

0 commit comments

Comments
 (0)