Skip to content

Commit 1f8f0f4

Browse files
committed
bump
1 parent db8ed88 commit 1f8f0f4

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

src/package.json

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nstudio/nativescript-camera-plus",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An advanced, embeddable camera for NativeScript.",
55
"main": "camera-plus",
66
"typings": "index.d.ts",
@@ -16,30 +16,37 @@
1616
"build": "npm i && tsc",
1717
"link": "npm i && cd ../demo && npm i && cd ../src && npm run plugin.link",
1818
"demo.reset": "cd ../demo && rimraf platforms",
19-
"plugin.link": "npm link && cd ../demo && npm link @nstudio/nativescript-camera-plus && cd ../src",
19+
"plugin.link":
20+
"npm link && cd ../demo && npm link @nstudio/nativescript-camera-plus && cd ../src",
2021
"plugin.tscwatch": "npm run tsc -- -w",
21-
"nuke": "rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../demo-ng && rm -rf hooks node_modules platforms",
22+
"nuke":
23+
"rm -rf node_modules && cd ../demo && rm -rf hooks node_modules platforms && cd ../demo-ng && rm -rf hooks node_modules platforms",
2224
"demo.ios": "npm run preparedemo && cd demo && tns run ios --syncAllFiles",
2325
"demo.ios.device": "npm run preparedemo && cd demo && tns run ios",
24-
"demo.ng.ios": "npm run preparedemong && cd demo-ng && tns run ios --emulator",
26+
"demo.ng.ios":
27+
"npm run preparedemong && cd demo-ng && tns run ios --emulator",
2528
"demo.ng.ios.device": "npm run preparedemong && cd demo-ng && tns run ios",
26-
"demo.android": "npm run preparedemo && cd demo && tns run android --syncAllFiles",
27-
"demo.android.device": "npm run preparedemo && cd ../demo && tns run android",
28-
"demo.ng.android": "npm run preparedemong && cd demo-ng && tns run android --emulator",
29-
"demo.ng.android.device": "npm run preparedemong && cd ../demo-ng && tns run android",
29+
"demo.android":
30+
"npm run preparedemo && cd demo && tns run android --syncAllFiles",
31+
"demo.android.device":
32+
"npm run preparedemo && cd ../demo && tns run android",
33+
"demo.ng.android":
34+
"npm run preparedemong && cd demo-ng && tns run android --emulator",
35+
"demo.ng.android.device":
36+
"npm run preparedemong && cd ../demo-ng && tns run android",
3037
"test.ios": "cd demo && tns test ios --emulator",
3138
"test.ios.device": "cd demo && tns test ios",
3239
"test.android": "cd demo && tns test android",
33-
"preparedemo": "npm i && npm run build && cd ../demo && tns plugin remove @nstudio/nativescript-camera-plus && tns plugin add ../src && tns install",
34-
"preparedemong": "npm i && npm run build && cd ../demo-ng && tns plugin remove @nstudio/nativescript-camera-plus && tns plugin add ../src && tns install",
35-
"setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
40+
"preparedemo":
41+
"npm i && npm run build && cd ../demo && tns plugin remove @nstudio/nativescript-camera-plus && tns plugin add ../src && tns install",
42+
"preparedemong":
43+
"npm i && npm run build && cd ../demo-ng && tns plugin remove @nstudio/nativescript-camera-plus && tns plugin add ../src && tns install",
44+
"setup":
45+
"npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..",
3646
"postclone": "npm i && node scripts/postclone.js"
3747
},
3848
"lint-staged": {
39-
"*.{ts, js, json, css, scss, md}": [
40-
"prettier --write",
41-
"git add"
42-
]
49+
"*.{ts, js, json, css, scss, md}": ["prettier --write", "git add"]
4350
},
4451
"repository": {
4552
"type": "git",
@@ -65,6 +72,10 @@
6572
{
6673
"name": "Nathanael Anderson",
6774
"email": "[email protected]"
75+
},
76+
{
77+
"name": "Dick Smith",
78+
"url": "https://github.com/DickSmith"
6879
}
6980
],
7081
"bugs": {

0 commit comments

Comments
 (0)