File tree Expand file tree Collapse file tree 7 files changed +19
-13
lines changed Expand file tree Collapse file tree 7 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ demo*/report/stats.json
2727/src /* .tgz
2828* .esm.json
2929* .tns.json
30- ! demo-vue /app /app.js
30+ ! demo-vue /app /app.js
31+ test-results.xml
Original file line number Diff line number Diff line change 3939 "nativescript-css-loader" : " ~0.26.0" ,
4040 "nativescript-dev-typescript" : " ~0.9.0" ,
4141 "nativescript-dev-webpack" : " ~0.21.0" ,
42+ "tns-platform-declarations" : " ^5.3.2" ,
4243 "tslint" : " ~5.11.0"
4344 }
4445}
Original file line number Diff line number Diff line change 1- /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
1+ // Needed for autocompletion and compilation.
2+ /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" />
3+ // If the plugin is referenced from npm,
4+ // the native typings should be referenced
5+ // from the following locations:
6+ // / <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
7+ // / <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 "nativescript-dev-appium" : " 4.0.9" ,
3838 "nativescript-dev-typescript" : " ~0.9.0" ,
3939 "nativescript-dev-webpack" : " ~0.21.0" ,
40+ "tns-platform-declarations" : " ^5.3.2" ,
4041 "tslint" : " ~5.11.0"
4142 }
4243}
Original file line number Diff line number Diff line change 1- /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
1+ // Needed for autocompletion and compilation.
2+ /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" />
3+ // If the plugin is referenced from npm,
4+ // the native typings should be referenced
5+ // from the following locations:
6+ // / <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
7+ // / <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-camera" ,
3- "version" : " 4.4.0 " ,
3+ "version" : " 4.4.1 " ,
44 "description" : " Provides API for using device camera" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments