mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* Upgrade tgui dependencies, make yarn task skippable (#58081) * Upgrade tgui dependencies, make yarn task skippable * Use a phony target to avoid double rebuilds * Upgrade tgui dependencies, make yarn task skippable Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
11 lines
188 B
JSON
11 lines
188 B
JSON
{
|
|
"private": true,
|
|
"name": "tgui-polyfill",
|
|
"version": "4.3.0",
|
|
"dependencies": {
|
|
"core-js": "^3.9.1",
|
|
"regenerator-runtime": "^0.13.8",
|
|
"whatwg-fetch": "^3.6.2"
|
|
}
|
|
}
|