Use new favicon
remove unused file
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
"prebuild": "yarn generateJson",
|
||||
"build": "aoe_technology_radar-buildRadar",
|
||||
"prebuild:static": "yarn build",
|
||||
"build:static": "aoe_technology_radar-createStaticFiles"
|
||||
"build:static": "aoe_technology_radar-createStaticFiles",
|
||||
"prestart": "yarn build:static",
|
||||
"start": "yarn start:server",
|
||||
"prestart:static": "yarn build:static",
|
||||
"start:static": "yarn start:server",
|
||||
"start:server": "python3 -m http.server 8080"
|
||||
},
|
||||
"dependencies": {
|
||||
"aoe_technology_radar": "https://github.com/aoepeople/aoe_technology_radar.git"
|
||||
|
||||
Reference in New Issue
Block a user