File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ publish/package
2323demo * /report /report.html
2424demo * /report /stats.json
2525/.project
26+ /src /platforms /android /nativescript_camera.aar
27+ /src /* .tgz
Original file line number Diff line number Diff line change 11* .map
22* .ts
33! * .d.ts
4- tsconfig.json
4+ tsconfig.json
5+ /platforms /android /** /*
6+ ! platforms /android /include.gradle
7+ ! platforms /android /nativescript_camera.aar
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-camera" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
44 "description" : " Provides API for using device camera" ,
55 "repository" : {
66 "type" : " git" ,
1616 },
1717 "scripts" : {
1818 "tsc" : " tsc -skipLibCheck" ,
19- "build" : " npm i && tsc" ,
19+ "build" : " npm i && tsc" ,
2020 "postclone" : " npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link" ,
2121 "test.android" : " npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch" ,
2222 "test.ios" : " npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch" ,
4343 ],
4444 "author" : " NativeScript team" ,
4545 "dependencies" : {
46- "nativescript-permissions" : " ^1.2.3"
46+ "nativescript-permissions" : " ^1.2.3"
4747 },
4848 "devDependencies" : {
4949 "tns-core-modules" : " ^3.0.0" ,
5454 "tslint" : " ^5.0.0"
5555 },
5656 "license" : " Apache-2.0"
57- }
57+ }
You can’t perform that action at this time.
0 commit comments