|
1 | 1 | {
|
2 | 2 | "name": "nativescript-checkbox",
|
3 |
| - "version": "2.1.6", |
| 3 | + "version": "2.1.7", |
4 | 4 | "description": "NativeScript plugin for checkbox widget.",
|
5 | 5 | "main": "checkbox",
|
6 | 6 | "typings": "index.d.ts",
|
|
24 | 24 | "debug.android": "npm run preparedemo && cd demo && tns debug android",
|
25 | 25 | "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install",
|
26 | 26 | "preparedemong": "npm run build && cd demo-ng && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install",
|
27 |
| - "setup": "cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .." |
| 27 | + "nuke": "rm -rf node_modules && cd demo && rm -rf node_modules platforms hooks && cd ../demo-ng && rm -rf node_modules platforms hooks && cd .." |
28 | 28 | },
|
29 | 29 | "lint-staged": {
|
30 | 30 | "*.ts": [
|
|
77 | 77 | "homepage": "https://github.com/bradmartin/nativescript-checkbox",
|
78 | 78 | "readmeFilename": "README.md",
|
79 | 79 | "devDependencies": {
|
80 |
| - "@angular/common": "~4.0.3", |
81 |
| - "@angular/compiler": "~4.0.3", |
82 |
| - "@angular/compiler-cli": "~4.0.3", |
83 |
| - "@angular/core": "~4.0.3", |
84 |
| - "@angular/forms": "~4.0.3", |
85 |
| - "@angular/http": "~4.0.3", |
86 |
| - "@angular/platform-browser": "~4.0.3", |
87 |
| - "@angular/router": "~4.0.3", |
| 80 | + "@angular/common": "~4.1.3", |
| 81 | + "@angular/compiler": "~4.1.3", |
| 82 | + "@angular/compiler-cli": "~4.1.3", |
| 83 | + "@angular/core": "~4.1.3", |
| 84 | + "@angular/forms": "~4.1.3", |
| 85 | + "@angular/http": "~4.1.3", |
| 86 | + "@angular/platform-browser": "~4.1.3", |
| 87 | + "@angular/router": "~4.1.3", |
88 | 88 | "grunt": "^1.0.1",
|
89 | 89 | "grunt-contrib-clean": "^1.0.0",
|
90 | 90 | "grunt-contrib-copy": "^1.0.0",
|
|
94 | 94 | "nativescript-angular": "~3.0.0",
|
95 | 95 | "prettier": "^1.4.4",
|
96 | 96 | "rxjs": "~5.0.1",
|
97 |
| - "tns-core-modules": "^3.0.0", |
98 |
| - "tns-platform-declarations": "^3.0.0", |
99 |
| - "typescript": "^2.3.4", |
| 97 | + "tns-core-modules": "~3.0.0", |
| 98 | + "tns-platform-declarations": "~3.0.0", |
| 99 | + "typescript": "~2.3.4", |
100 | 100 | "zone.js": "~0.8.9"
|
101 | 101 | },
|
102 | 102 | "peerDependencies": {
|
103 |
| - "tns-core-modules": "^3.0.0" |
| 103 | + "tns-core-modules": "~3.0.0" |
104 | 104 | }
|
105 | 105 | }
|
0 commit comments