Files
NativeScript/tns-platform-declarations/package.json
Vasil Trifonov 2d4e258a88 Release to master (#8382)
* 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

* release: cut the 6.4.0 release

* chore(build): always use local typescript

* fix: flipLeft and flipRight on Android (#8307)

* fix(android): tap-trip-item title disappearing

* fix(andoid): crash when setting font on tab-item with no image

* fix(build): Add platforms/android to NPM package (#8312)

Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com>
Co-authored-by: Alexander Vakrilov <alexander.vakrilov@gmail.com>

* release: cut the 6.4.1 release

* chore: bump tns-core-modules-widgets version (#8352)

Co-authored-by: hamidbsd <50081218+hamidbsd@users.noreply.github.com>
Co-authored-by: Alexander Vakrilov <alexander.vakrilov@gmail.com>
Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com>
Co-authored-by: Nick Iliev <nikolay.iliev@telerik.com>
Co-authored-by: Martin Bektchiev <martin.bektchiev@progress.com>
Co-authored-by: Rosen Vladimirov <rosen-vladimirov@users.noreply.github.com>
2020-02-26 18:06:50 +02:00

38 lines
922 B
JSON

{
"name": "tns-platform-declarations",
"version": "6.5.0",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {
"test": "tsc",
"package-tag": "npm version $npm_package_version-$PACKAGE_VERSION --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/NativeScript/NativeScript.git"
},
"keywords": [
"NativeScript",
"TypeScript",
"declarations",
"native",
"platform-specific",
"tns",
"ts",
"ns"
],
"author": {
"name": "Telerik",
"email": "support@telerik.com",
"url": "http://www.telerik.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"homepage": "https://github.com/NativeScript/NativeScript#readme",
"devDependencies": {
"typescript": "^3.7.5"
}
}