Skip to content

Commit 8dde4b8

Browse files
fix(taro-cli): package.json 缺少逗号 (#18655)
1 parent 39c2925 commit 8dde4b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/taro-cli/templates/default/package.json.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"stylelint": "^16.4.0"{{#if typescript }},
115115
"typescript": "^5.4.5",
116116
"tsconfig-paths-webpack-plugin": "^4.1.0"{{/if}},
117-
"postcss": "^8.5.6"
117+
"postcss": "^8.5.6",
118118
"@types/node": "^18",
119119
"@types/minimatch": "^5"
120120
}{{/if}}{{#if (eq compiler "Vite") }}
@@ -152,7 +152,7 @@
152152
"less": "^4.2.0",{{/if}}{{#if (eq css "Stylus") }}
153153
"stylus": "^0.63.0",{{/if}}{{#if typescript }}
154154
"typescript": "^5.4.5",{{/if}}
155-
"postcss": "^8.5.6"
155+
"postcss": "^8.5.6",
156156
"@types/minimatch": "^5"
157157
}{{/if}}
158158
}

0 commit comments

Comments
 (0)