Skip to content

Commit

Permalink
revert name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Apr 10, 2024
1 parent 03946a6 commit 4df9038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "feishin-dev",
"name": "feishin",
"productName": "Feishin",
"description": "Feishin music server",
"version": "0.6.1-dev",
"version": "0.6.1",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\" \"npm run build:remote\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",
Expand Down
4 changes: 2 additions & 2 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feishin-dev",
"version": "0.6.1-dev",
"name": "feishin",
"version": "0.6.1",
"description": "",
"main": "./dist/main/main.js",
"author": {
Expand Down

0 comments on commit 4df9038

Please sign in to comment.