Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ publish/package
demo*/report/report.html
demo*/report/stats.json
/.project
/src/platforms/android/nativescript_camera.aar
/src/*.tgz
5 changes: 4 additions & 1 deletion src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.map
*.ts
!*.d.ts
tsconfig.json
tsconfig.json
/platforms/android/**/*
!platforms/android/include.gradle
!platforms/android/nativescript_camera.aar
8 changes: 4 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-camera",
"version": "4.0.0",
"version": "4.0.1",
"description": "Provides API for using device camera",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && tsc",
"build": "npm i && tsc",
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link",
"test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
Expand All @@ -43,7 +43,7 @@
],
"author": "NativeScript team",
"dependencies": {
"nativescript-permissions": "^1.2.3"
"nativescript-permissions": "^1.2.3"
},
"devDependencies": {
"tns-core-modules": "^3.0.0",
Expand All @@ -54,4 +54,4 @@
"tslint": "^5.0.0"
},
"license": "Apache-2.0"
}
}