Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#26): Upgrade to latest version of AOE Tech Radar #27

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade changes
  • Loading branch information
andrablaj committed Apr 5, 2024
commit be1971e7a3510beb748629713628e373a5e4b03b
Empty file added about.md
Empty file.
File renamed without changes.
2 changes: 2 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
@@ -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/medic/cht-tech-radar-core */
32 changes: 4 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,14 @@
{
"name": "cht-tech-radar-contributors",
"version": "1.0.0",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "npx cht_technology_radar-buildRadar",
"postbuild": "npm run generateJson",
"prebuild:static": "npm run build",
"build:static": "npx cht_technology_radar-createStaticFiles",
"generateJson": "npx cht_technology_radar-generateJson",
"prestart": "npm run build:static",
"start": "npm run start:server",
"prestart:static": "npm run build:static",
"start:static": "npm run start:server",
"start:server": "python3 -m http.server 8080",
"deploy": "gh-pages -d build"
"build": "techradar build",
"serve": "techradar serve"
},
"dependencies": {
"cht_technology_radar": "github:medic/cht-tech-radar-core#main"
},
"overrides": {
"@svgr/webpack": "6.5.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"cht_technology_radar": "github:medic/cht-tech-radar-core#upgrade-to-v4 "
},
"devDependencies": {
"gh-pages": "^6.1.1"
Expand Down
1 change: 0 additions & 1 deletion public/rd.json

This file was deleted.