Skip to content

Commit

Permalink
17
Browse files Browse the repository at this point in the history
  • Loading branch information
xXAvoraXx committed Jul 18, 2024
1 parent 1814085 commit c38f2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "umi-plugin-ssr-routes",
"author": "xXAvoraXx",
"version": "1.0.16",
"version": "1.0.17",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default (api: IApi) => {
});

api.writeTmpFile({
path: `util.ts`,
path: `utils.ts`,
content: getIconUtilContent(),
});
api.writeTmpFile({
Expand Down

0 comments on commit c38f2d0

Please sign in to comment.