Template
mirror of
https://github.com/lexogrine/dota2-react-hud.git
synced 2026-09-17 04:58:31 +02:00
Removed redundant files
This commit is contained in:
+4
-2
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user