1.1.26+ FS24 adjustments
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "wasm-module",
|
||||
"version": "0.0.15",
|
||||
"description": "Load Manager WASM module",
|
||||
"scripts": {
|
||||
"clean": "rimraf ../SimObjects/Airplanes/TFDi_Design_MD-11/panel/load-manager.wasm && rimraf MSFS",
|
||||
"build": "MSBuild.exe ./load-manager.sln /p:Platform=MSFS",
|
||||
"build:rel": "MSBuild.exe ./load-manager.sln /p:Platform=MSFS /p:Configuration=Release",
|
||||
"release": "pnpm clean && npm version patch && pnpm build:rel && node stack-analysis"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Kilian Kurt Hofmann",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.25.0"
|
||||
}
|
||||
Reference in New Issue
Block a user