|
1 | 1 | {
|
2 | 2 | "name": "nativescript-checkbox",
|
3 |
| - "version": "3.0.1", |
| 3 | + "version": "3.0.2", |
4 | 4 | "description": "NativeScript plugin for checkbox widget.",
|
5 | 5 | "main": "checkbox",
|
6 | 6 | "typings": "index.d.ts",
|
|
14 | 14 | "publish": "grunt publish",
|
15 | 15 | "precommit": "lint-staged",
|
16 | 16 | "build": "tsc",
|
17 |
| - "copy.ios": "cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run ios --syncAllFiles", |
18 |
| - "copy.android": "cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run android --syncAllFiles", |
19 |
| - "buildrun": "npm run build && cp -R checkbox.*.js demo/node_modules/nativescript-checkbox", |
| 17 | + "copy.ios": |
| 18 | + "cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run ios --syncAllFiles", |
| 19 | + "copy.android": |
| 20 | + "cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns run android --syncAllFiles", |
| 21 | + "buildrun": |
| 22 | + "npm run build && cp -R checkbox.*.js demo/node_modules/nativescript-checkbox", |
20 | 23 | "demo.ios": "npm run preparedemo && cd demo && tns run ios --emulator",
|
21 |
| - "demo.ng.ios": "npm run preparedemong && cd demo-ng && tns run ios --emulator", |
22 |
| - "demo.android": "npm run preparedemo && cd demo && tns run android --emulator", |
23 |
| - "demo.ng.android": "npm run preparedemong && cd demo-ng && tns run android --emulator", |
| 24 | + "demo.ng.ios": |
| 25 | + "npm run preparedemong && cd demo-ng && tns run ios --emulator", |
| 26 | + "demo.android": |
| 27 | + "npm run preparedemo && cd demo && tns run android --emulator", |
| 28 | + "demo.ng.android": |
| 29 | + "npm run preparedemong && cd demo-ng && tns run android --emulator", |
24 | 30 | "debug.ios": "npm run preparedemo && cd demo && tns debug ios",
|
25 | 31 | "debug.android": "npm run preparedemo && cd demo && tns debug android",
|
26 |
| - "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install", |
27 |
| - "preparedemong": "npm run build && cd demo-ng && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install", |
28 |
| - "nuke": "rm -rf node_modules && cd demo && rm -rf node_modules platforms hooks && cd ../demo-ng && rm -rf node_modules platforms hooks && cd .." |
| 32 | + "preparedemo": |
| 33 | + "npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install", |
| 34 | + "preparedemong": |
| 35 | + "npm run build && cd demo-ng && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install", |
| 36 | + "nuke": |
| 37 | + "rm -rf node_modules && cd demo && rm -rf node_modules platforms hooks && cd ../demo-ng && rm -rf node_modules platforms hooks && cd .." |
29 | 38 | },
|
30 | 39 | "lint-staged": {
|
31 |
| - "*.ts": [ |
32 |
| - "prettier --write", |
33 |
| - "git add" |
34 |
| - ] |
| 40 | + "*.ts": ["prettier --write", "git add"] |
35 | 41 | },
|
36 | 42 | "repository": {
|
37 | 43 | "type": "git",
|
|
69 | 75 | "name": "Eddy Verbruggen",
|
70 | 76 |
|
71 | 77 | "url": "https://github.com/EddyVerbruggen"
|
| 78 | + }, |
| 79 | + { |
| 80 | + "name": "Jeremiah Ogbomo", |
| 81 | + |
| 82 | + "url": "https://github.com/jogboms" |
| 83 | + }, |
| 84 | + { |
| 85 | + "name": "Manojkumar Murugesan", |
| 86 | + "url": "https://github.com/manojdcoder" |
| 87 | + }, |
| 88 | + { |
| 89 | + "name": "", |
| 90 | + "url": "https://github.com/jeremy-sweazy-cwt" |
| 91 | + }, |
| 92 | + { |
| 93 | + "name": "Schmidely Stéphane", |
| 94 | + |
| 95 | + "url": "https://github.com/stephlm2dev" |
| 96 | + }, |
| 97 | + { |
| 98 | + "name": "August Heegaard", |
| 99 | + "url": "https://github.com/agisboye" |
72 | 100 | }
|
73 | 101 | ],
|
74 | 102 | "bugs": {
|
|
0 commit comments