mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-04 13:45:04 +08:00
d297cf1cad
* chore(i18n): initial integration with NDMF localization system * feat(error): integrate with NDMF error reporting framework Note that as part of this, the pre-build validation system has been disabled for now. It didn't work very well with other NDMF plugins in the first place, so it's probably for the best... * chore: fix u2019 build errors
25 lines
445 B
JSON
25 lines
445 B
JSON
{
|
|
"dependencies": {
|
|
"com.vrchat.avatars": {
|
|
"version": "3.4.2"
|
|
},
|
|
"nadena.dev.ndmf": {
|
|
"version": "1.3.0-alpha.0"
|
|
}
|
|
},
|
|
"locked": {
|
|
"com.vrchat.avatars": {
|
|
"version": "3.4.2",
|
|
"dependencies": {
|
|
"com.vrchat.base": "3.4.2"
|
|
}
|
|
},
|
|
"com.vrchat.base": {
|
|
"version": "3.4.2",
|
|
"dependencies": {}
|
|
},
|
|
"nadena.dev.ndmf": {
|
|
"version": "1.3.0-alpha.0"
|
|
}
|
|
}
|
|
} |