Skip to content

Commit

Permalink
update yo reshow
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Feb 26, 2024
1 parent f766372 commit a2065bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/generator-reshow/generators/package-json/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = class extends YoGenerator {
data.devDependencies["react-dom"] = "^18.x";
data.devDependencies["reshow-unit"] = "*";
data.scripts["build:type"] = getUIBuildTypeScript(
"src/**/*.js src/ui/**/*.jsx"
"src/ui/**/*.jsx"
);
delete data.devDependencies["reshow-unit-dom"];
}
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-reshow/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.78",
"version": "0.17.79",
"name": "generator-reshow",
"repository": {
"type": "git",
Expand Down

0 comments on commit a2065bf

Please sign in to comment.