Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
HillLiu committed Jun 12, 2024
1 parent 3c9a15d commit c64e5b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// @ts-check

export { default as Index } from "./lib";
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

// @ts-check

const { init } = require("./init");

init();
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// @ts-check

export { default as Index } from "./ui/pages/Index";
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.81",
"version": "0.17.82",
"name": "generator-reshow",
"repository": {
"type": "git",
Expand Down

0 comments on commit c64e5b9

Please sign in to comment.