Skip to content

Commit

Permalink
remove warnings and correct the version and author
Browse files Browse the repository at this point in the history
Signed-off-by: yangshiqi <yangshiqi1089@gmail.com>
  • Loading branch information
yangshiqi committed Feb 26, 2025
1 parent d258e00 commit fad2094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "hami-webui",
"version": "0.0.1",
"description": "",
"author": "",
"name": "hami-webui-cli",
"version": "1.0.1",
"description": "a CLI for HAMi",
"author": "RiseUnion",
"private": true,
"license": "UNLICENSED",
"license": "Apache-2.0",
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "",
"version": "0.1.0",
"name": "hami-webui",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "export NODE_ENV=development && vue-cli-service serve",
Expand Down

0 comments on commit fad2094

Please sign in to comment.