chore: use aoe_technology_radar#main

This commit is contained in:
Mathias Schopmans
2024-03-12 09:03:23 +01:00
committed by Mathias Schopmans
parent 04a16abef6
commit bc1e5b2d70
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9,12 +9,12 @@
"version": "4.0.0",
"license": "MIT",
"dependencies": {
"aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#feature/v4"
"aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#main"
}
},
"node_modules/aoe_technology_radar": {
"version": "4.0.0-alpha.9",
"resolved": "git+ssh://git@github.com/AOEpeople/aoe_technology_radar.git#ddb6163ab0ce5d978b019ea437981043803b8d51",
"version": "4.0.0",
"resolved": "git+ssh://git@github.com/AOEpeople/aoe_technology_radar.git#b26a31ff157f1a6f7bcf1182ec5f2794fbb8d59f",
"hasInstallScript": true,
"bin": {
"techradar": "bin/techradar.js"

View File

@@ -9,6 +9,6 @@
"serve": "techradar serve"
},
"dependencies": {
"aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#feature/v4"
"aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#main"
}
}