Skip to content

Commit e76823f

Browse files
authored
Try to fix Netlify build by adding devDeps
1 parent cf9fdf5 commit e76823f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

packages/style-guide/package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,22 @@
1111
"prepare": "microbundle --no-compress",
1212
"watch": "microbundle watch --no-compress"
1313
},
14-
"peerDependencies": {
15-
"@emotion/core": "^10.0.10",
16-
"react": "^16.8.6",
17-
"theme-ui": "^0.4.0-alpha.1"
18-
},
1914
"dependencies": {
2015
"@theme-ui/presets": "^0.4.0-alpha.1",
2116
"color": "^3.1.2",
2217
"@types/color": "^3.0.1",
2318
"lodash.get": "^4.4.2"
2419
},
20+
"peerDependencies": {
21+
"@emotion/core": "^10.0.10",
22+
"react": "^16.8.6",
23+
"theme-ui": "^0.4.0-alpha.1"
24+
},
25+
"devDependencies": {
26+
"@emotion/core": "^10.0.10",
27+
"react": "^16.8.6",
28+
"theme-ui": "^0.4.0-alpha.1"
29+
},
2530
"publishConfig": {
2631
"access": "public"
2732
},

0 commit comments

Comments
 (0)