chore: cut the 6.3.0 release (#8174)

This commit is contained in:
Vasil Trifonov
2019-12-09 16:22:30 +02:00
committed by GitHub
parent 9a6695f838
commit ff710b7692
2 changed files with 23 additions and 2 deletions

View File

@@ -13,9 +13,9 @@
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nativescript/core": "file:../../dist/nativescript-core-6.2.0.tgz",
"@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.2.0.tgz"
"tns-core-modules": "file:../../dist/tns-core-modules-6.3.0.tgz"
},
"devDependencies": {
"nativescript-dev-webpack": "~1.2.0",