chore: use aoe_technology_radar v4.1.0

This commit is contained in:
Mathias Schopmans
2024-03-14 14:38:28 +01:00
parent e3b45d4144
commit 0cfd95c17c
3 changed files with 7 additions and 5 deletions

2
custom.css Normal file
View File

@@ -0,0 +1,2 @@
/* Use this file to optionally override global css styles and use with caution. */
/* See README.md for hints and examples: https://github.com/AOEpeople/aoe_technology_radar/ */

8
package-lock.json generated
View File

@@ -1,20 +1,20 @@
{ {
"name": "aoe-techradar", "name": "aoe-techradar",
"version": "4.0.1", "version": "4.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "aoe-techradar", "name": "aoe-techradar",
"version": "4.0.1", "version": "4.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#main" "aoe_technology_radar": "github:AOEpeople/aoe_technology_radar#main"
} }
}, },
"node_modules/aoe_technology_radar": { "node_modules/aoe_technology_radar": {
"version": "4.0.2", "version": "4.1.0",
"resolved": "git+ssh://git@github.com/AOEpeople/aoe_technology_radar.git#92b7c282461655417bdf4355082e50aec8d4a5c7", "resolved": "git+ssh://git@github.com/AOEpeople/aoe_technology_radar.git#88a7eb55e166237b4bd45243563e35546a77e9de",
"hasInstallScript": true, "hasInstallScript": true,
"bin": { "bin": {
"techradar": "bin/techradar.js" "techradar": "bin/techradar.js"

View File

@@ -1,7 +1,7 @@
{ {
"name": "aoe-techradar", "name": "aoe-techradar",
"private": true, "private": true,
"version": "4.0.1", "version": "4.1.0",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {