|
1 | 1 | {
|
2 | 2 | "name": "@nstudio/nativescript-camera-plus",
|
3 |
| - "version": "1.0.1", |
| 3 | + "version": "1.0.2", |
4 | 4 | "description": "An advanced, embeddable camera for NativeScript.",
|
5 | 5 | "main": "camera-plus",
|
6 | 6 | "typings": "index.d.ts",
|
|
16 | 16 | "build": "npm i && tsc",
|
17 | 17 | "link": "npm i && cd ../demo && npm i && cd ../src && npm run plugin.link",
|
18 | 18 | "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", |
20 | 21 | "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", |
22 | 24 | "demo.ios": "npm run preparedemo && cd demo && tns run ios --syncAllFiles",
|
23 | 25 | "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", |
25 | 28 | "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", |
30 | 37 | "test.ios": "cd demo && tns test ios --emulator",
|
31 | 38 | "test.ios.device": "cd demo && tns test ios",
|
32 | 39 | "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 ..", |
36 | 46 | "postclone": "npm i && node scripts/postclone.js"
|
37 | 47 | },
|
38 | 48 | "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"] |
43 | 50 | },
|
44 | 51 | "repository": {
|
45 | 52 | "type": "git",
|
|
65 | 72 | {
|
66 | 73 | "name": "Nathanael Anderson",
|
67 | 74 |
|
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "Dick Smith", |
| 78 | + "url": "https://github.com/DickSmith" |
68 | 79 | }
|
69 | 80 | ],
|
70 | 81 | "bugs": {
|
|
0 commit comments