Removed redundant files

This commit is contained in:
Hubert Walczak
2021-09-28 21:39:32 +02:00
parent e759e43425
commit 68095daba4
39 changed files with 69 additions and 21 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
{
"name": "lexogrine_dota2_hud",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "./",
"private": true,
"dependencies": {
@@ -24,7 +24,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"pack": "npm run build && npm run zip"
"pack": "npm run build && npm run zip",
"sign": "npm run build && node sign.js && npm-build-zip --name=signed"
},
"eslintConfig": {
"extends": "react-app"
@@ -45,6 +46,7 @@
"@types/history": "^4.7.5",
"internal-ip": "^6.2.0",
"npm-build-zip": "^1.0.2",
"jsonwebtoken": "^8.5.1",
"open": "^8.0.2",
"sass": "^1.32.5"
}