* Add bump-version check into the PR validation workflow * Check condition for PR * Setup step and job outputs for conditionals * Fixup * Limit fetch depth * Fix typo * Use a different checkout pattern * Bump version * Fixup conditional for the build stage * Still allow the build stage even if the bump_version_check stage did found changes, as commits by github actions bot won't triggger actions --------- Co-authored-by: GitHub Actions <actions@github.com>
17 lines
436 B
JSON
17 lines
436 B
JSON
{
|
|
"name": "@iosevka/data-export",
|
|
"version": "29.1.1",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.mjs",
|
|
"./ligation-data": "./src/ligation-data.mjs",
|
|
"./variants-data": "./src/variants-data.mjs",
|
|
"./supported-languages": "./src/supported-languages.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@iosevka/param": "29.1.1",
|
|
"@unicode/unicode-15.1.0": "^1.5.2",
|
|
"cldr": "^7.5.0"
|
|
}
|
|
}
|