mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
libtea v0.21.0
This commit is contained in:
parent
bce9b269f9
commit
5c7531e66f
2 changed files with 11 additions and 9 deletions
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"imports": {
|
"imports": {
|
||||||
"prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/prefab/index.ts",
|
"prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/prefab/index.ts",
|
||||||
"semver": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/utils/semver.ts",
|
"semver": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/utils/semver.ts",
|
||||||
"hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/hooks/index.ts",
|
"hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/hooks/index.ts",
|
||||||
"utils": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/utils/index.ts",
|
"utils": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/utils/index.ts",
|
||||||
"path": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/vendor/Path.ts",
|
"path": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/vendor/Path.ts",
|
||||||
"prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/prefab/",
|
"prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/prefab/",
|
||||||
"types": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/types.ts",
|
"types": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/types.ts",
|
||||||
"hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/hooks/",
|
"hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/hooks/",
|
||||||
"utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/utils/",
|
"utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/utils/",
|
||||||
"deno/": "https://deno.land/std@0.173.0/",
|
"deno/": "https://deno.land/std@0.173.0/",
|
||||||
"is_what": "https://deno.land/x/is_what@v4.1.7/src/index.ts",
|
"is_what": "https://deno.land/x/is_what@v4.1.7/src/index.ts",
|
||||||
"cliffy/": "https://deno.land/x/cliffy@v0.25.2/",
|
"cliffy/": "https://deno.land/x/cliffy@v0.25.2/",
|
||||||
|
|
|
@ -78,6 +78,8 @@ async function __build(pkg: Package): Promise<BuildResult> {
|
||||||
env['MACOSX_DEPLOYMENT_TARGET'] = ['11.0']
|
env['MACOSX_DEPLOYMENT_TARGET'] = ['11.0']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
env['PATH'].push("$PATH")
|
||||||
|
|
||||||
return env
|
return env
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue