mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* fix the crash * chore: update MaterialComponents pod (#8176) * chore: update MaterialComponents pod * chore: remove copy of pod file in build script * chore: cut the 6.3.0 release (#8174) * hore: cut the 6.3.1 release * fix: handle fake attach after FragMgr is destroyed (#8200) * fix: check is disposed fragment is in the FragmentManager (#8201) * release: cut the 6.3.2 release Co-authored-by: hamidbsd <50081218+hamidbsd@users.noreply.github.com> Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com> Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com>
27 lines
743 B
JSON
27 lines
743 B
JSON
{
|
|
"nativescript": {
|
|
"id": "org.nativescript.scopedpackages",
|
|
"tns-android": {
|
|
"version": "6.1.0"
|
|
},
|
|
"tns-ios": {
|
|
"version": "6.1.0"
|
|
}
|
|
},
|
|
"main": "app.js",
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"repository": "<fill-your-repository-here>",
|
|
"dependencies": {
|
|
"@nativescript/core": "file:../../dist/nativescript-core-6.3.0.tgz",
|
|
"nativescript-theme-core": "~1.0.6",
|
|
"tns-core-modules": "file:../../dist/tns-core-modules-6.3.0.tgz"
|
|
},
|
|
"devDependencies": {
|
|
"nativescript-dev-webpack": "~1.2.0",
|
|
"typescript": "~3.5.3"
|
|
},
|
|
"gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc",
|
|
"readme": "NativeScript Application"
|
|
}
|