File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 19
19
"@angular/platform-browser" : " ~4.1.0" ,
20
20
"@angular/router" : " ~4.1.0" ,
21
21
"nativescript-angular" : " ~3.0.0" ,
22
- "nativescript-checkbox" : " file:.. " ,
22
+ "nativescript-checkbox" : " file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox " ,
23
23
"nativescript-theme-core" : " ~1.0.2" ,
24
24
"reflect-metadata" : " ~0.1.8" ,
25
25
"rxjs" : " ~5.3.0" ,
Original file line number Diff line number Diff line change 9
9
}
10
10
},
11
11
"dependencies" : {
12
- "nativescript-checkbox" : " file:.. " ,
12
+ "nativescript-checkbox" : " file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox " ,
13
13
"tns-core-modules" : " ^3.0.0"
14
14
},
15
15
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-checkbox" ,
3
- "version" : " 2.1.3 " ,
3
+ "version" : " 2.1.4 " ,
4
4
"description" : " NativeScript plugin for checkbox widget." ,
5
5
"main" : " checkbox" ,
6
6
"typings" : " index.d.ts" ,
15
15
"copy.ios" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync ios --watch" ,
16
16
"copy.android" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync android --watch" ,
17
17
"buildrun" : " npm run build && cp -R checkbox.*.js demo/node_modules/nativescript-checkbox" ,
18
- "demo.ios" : " npm run preparedemo && cd demo && tns emulate ios" ,
19
- "demo.android" : " npm run preparedemo && cd demo && tns run android" ,
18
+ "demo.ios" : " npm run preparedemo && cd demo && tns run ios --emulator" ,
19
+ "demo.ng.ios" : " npm run preparedemong && cd demo-ng && tns run ios --emulator" ,
20
+ "demo.android" : " npm run preparedemo && cd demo && tns run android --emulator" ,
21
+ "demo.ng.android" : " npm run preparedemong && cd demo-ng && tns run android --emulator" ,
20
22
"debug.ios" : " npm run preparedemo && cd demo && tns debug ios" ,
21
23
"debug.android" : " npm run preparedemo && cd demo && tns debug android" ,
22
24
"preparedemo" : " npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install" ,
25
+ "preparedemong" : " npm run build && cd demo-ng && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install" ,
23
26
"setup" : " cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
24
27
},
25
28
"repository" : {
You can’t perform that action at this time.
0 commit comments