Skip to content

Commit a915cea

Browse files
committed
fix(pretty-errors): replace youch-terminal
This fixes CI bundling issues
1 parent 1542039 commit a915cea

File tree

46 files changed

+483
-3913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+483
-3913
lines changed

b2-workflow/dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

b2-workflow/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

b2-workflow/dist/licenses.txt

Lines changed: 0 additions & 293 deletions
Large diffs are not rendered by default.

boost-clone/dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boost-clone/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boost-clone/dist/licenses.txt

Lines changed: 0 additions & 293 deletions
Large diffs are not rendered by default.

cmake-workflow/dist/index.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmake-workflow/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmake-workflow/dist/licenses.txt

Lines changed: 0 additions & 292 deletions
Large diffs are not rendered by default.

common/pretty-errors/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
"prepare": "npm run build && ncc build lib/index.js -o dist --source-map --license licenses.txt --minify",
1010
"typecheck": "tsc -p .config/tsconfig.json --noEmit",
1111
"test": "jest --config ../../jest.config.js --selectProjects pretty-errors",
12+
"example": "tsc -p .config/tsconfig.json && node lib/example.js",
1213
"all": "npm run prepare && npm run test"
1314
},
1415
"keywords": [],
1516
"author": "",
1617
"license": "Boost Software License 1.0",
1718
"dependencies": {
18-
"@actions/core": "^1.11.1",
19-
"stacktracey": "^2.1.8",
20-
"youch-terminal": "^2.2.3"
19+
"@actions/core": "^1.11.1"
2120
}
2221
}

0 commit comments

Comments
 (0)