fix: remove private-flag from package.json

This commit is contained in:
Mathias Schopmans
2024-03-11 11:04:49 +01:00
parent b26a31ff15
commit eb44090216

View File

@@ -1,7 +1,6 @@
{
"name": "aoe_technology_radar",
"version": "4.0.0",
"private": true,
"bin": {
"techradar": "./bin/techradar.js"
},