chore: build

This commit is contained in:
2026-05-01 22:28:13 +02:00
parent ece977f268
commit 99ce3e4bb3
532 changed files with 5244 additions and 13124 deletions
+4 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@expo/xcpretty",
"description": "Parse and format xcodebuild logs",
"version": "4.4.0",
"version": "4.4.3",
"main": "build/index.js",
"types": "build/index.d.ts",
"author": "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)",
@@ -17,7 +17,7 @@
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"prepare": "yarn run clean && yarn build",
"prepare": "bun run clean && bun run build",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint . --ext .ts",
"test": "jest"
@@ -37,6 +37,7 @@
},
"devDependencies": {
"@types/babel__code-frame": "^7.27.0",
"@types/js-yaml": "^4.0.1"
"@types/js-yaml": "^4.0.1",
"@types/node": "^20.16.13"
}
}