feat: migrate Bash builder script to node.js for enhanced cross-platform compatibility
This commit is contained in:
committed by
Mathias Schopmans
parent
b7efe8060f
commit
7ed4ca9eb2
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "aoe_technology_radar",
|
||||
"version": "4.0.0-alpha.5",
|
||||
"version": "4.0.0-alpha.6",
|
||||
"private": true,
|
||||
"bin": {
|
||||
"techradar": "./bin/techradar.sh"
|
||||
"techradar": "./bin/techradar.js"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev --turbo",
|
||||
|
||||
Reference in New Issue
Block a user