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 1919 "@angular/platform-browser" : " ~4.1.0" ,
2020 "@angular/router" : " ~4.1.0" ,
2121 "nativescript-angular" : " ~3.0.0" ,
22- "nativescript-checkbox" : " file:.. " ,
22+ "nativescript-checkbox" : " file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox " ,
2323 "nativescript-theme-core" : " ~1.0.2" ,
2424 "reflect-metadata" : " ~0.1.8" ,
2525 "rxjs" : " ~5.3.0" ,
Original file line number Diff line number Diff line change 99 }
1010 },
1111 "dependencies" : {
12- "nativescript-checkbox" : " file:.. " ,
12+ "nativescript-checkbox" : " file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox " ,
1313 "tns-core-modules" : " ^3.0.0"
1414 },
1515 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-checkbox" ,
3- "version" : " 2.1.3 " ,
3+ "version" : " 2.1.4 " ,
44 "description" : " NativeScript plugin for checkbox widget." ,
55 "main" : " checkbox" ,
66 "typings" : " index.d.ts" ,
1515 "copy.ios" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync ios --watch" ,
1616 "copy.android" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync android --watch" ,
1717 "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" ,
2022 "debug.ios" : " npm run preparedemo && cd demo && tns debug ios" ,
2123 "debug.android" : " npm run preparedemo && cd demo && tns debug android" ,
2224 "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" ,
2326 "setup" : " cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
2427 },
2528 "repository" : {
You can’t perform that action at this time.
0 commit comments