Skip to content

Commit 173a821

Browse files
committed
bump contribs++
1 parent 3fb03d0 commit 173a821

File tree

1 file changed

+42
-14
lines changed

1 file changed

+42
-14
lines changed

package.json

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-checkbox",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "NativeScript plugin for checkbox widget.",
55
"main": "checkbox",
66
"typings": "index.d.ts",
@@ -14,24 +14,30 @@
1414
"publish": "grunt publish",
1515
"precommit": "lint-staged",
1616
"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",
2023
"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",
2430
"debug.ios": "npm run preparedemo && cd demo && tns debug ios",
2531
"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 .."
2938
},
3039
"lint-staged": {
31-
"*.ts": [
32-
"prettier --write",
33-
"git add"
34-
]
40+
"*.ts": ["prettier --write", "git add"]
3541
},
3642
"repository": {
3743
"type": "git",
@@ -69,6 +75,28 @@
6975
"name": "Eddy Verbruggen",
7076
"email": "[email protected]",
7177
"url": "https://github.com/EddyVerbruggen"
78+
},
79+
{
80+
"name": "Jeremiah Ogbomo",
81+
"email": "[email protected]",
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+
"email": "[email protected]",
95+
"url": "https://github.com/stephlm2dev"
96+
},
97+
{
98+
"name": "August Heegaard",
99+
"url": "https://github.com/agisboye"
72100
}
73101
],
74102
"bugs": {

0 commit comments

Comments
 (0)