Skip to content

Commit 2d877c3

Browse files
Merge pull request #94 from NativeScript/dtodorov/gitignore
Chore: update .gitignore file.
2 parents 8a1307c + 0d96ddf commit 2d877c3

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ publish/package
2323
demo*/report/report.html
2424
demo*/report/stats.json
2525
/.project
26+
/src/platforms/android/nativescript_camera.aar
27+
/src/*.tgz

src/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -16,7 +16,7 @@
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",
@@ -43,7 +43,7 @@
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",
@@ -54,4 +54,4 @@
5454
"tslint": "^5.0.0"
5555
},
5656
"license": "Apache-2.0"
57-
}
57+
}

0 commit comments

Comments
 (0)