Skip to content

Commit 439ca88

Browse files
fix: dependencies fix
1 parent 12af5ca commit 439ca88

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

template/default/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
"react": "^16.12.0",
5252
"react-dom": "^16.12.0",
5353
"prop-types": "^15.7.2"
54-
{{#ifCond style '===' 'styled-component'}}
55-
,"styled-components": "^4.4.1"
56-
{{/ifCond}}
5754
},
5855
"license": "{{license}}",
5956
"engines": {
@@ -78,6 +75,14 @@
7875
"git add"
7976
]
8077
},
78+
"dependencies": {
79+
{{#ifCond style '===' 'emotion'}}
80+
"@emotion/core": "^10.0.22"
81+
{{/ifCond}}
82+
{{#ifCond style '===' 'styled-component'}}
83+
"styled-components": "^4.4.1"
84+
{{/ifCond}}
85+
},
8186
"devDependencies": {
8287
"@babel/cli": "^7.7.0",
8388
"@babel/core": "^7.7.2",

0 commit comments

Comments
 (0)