Skip to content

Commit 2490dbf

Browse files
committed
fix: angular build
1 parent 7ec0f23 commit 2490dbf

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

demo-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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",

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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": {
@@ -22,4 +22,4 @@
2222
"typescript": "^2.2.0",
2323
"tns-platform-declarations": "^3.0.0"
2424
}
25-
}
25+
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-checkbox",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "NativeScript plugin for checkbox widget.",
55
"main": "checkbox",
66
"typings": "index.d.ts",
@@ -24,7 +24,7 @@
2424
"debug.android": "npm run preparedemo && cd demo && tns debug android",
2525
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install",
2626
"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 .."
2828
},
2929
"lint-staged": {
3030
"*.ts": [
@@ -77,14 +77,14 @@
7777
"homepage": "https://github.com/bradmartin/nativescript-checkbox",
7878
"readmeFilename": "README.md",
7979
"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",
8888
"grunt": "^1.0.1",
8989
"grunt-contrib-clean": "^1.0.0",
9090
"grunt-contrib-copy": "^1.0.0",
@@ -94,12 +94,12 @@
9494
"nativescript-angular": "~3.0.0",
9595
"prettier": "^1.4.4",
9696
"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",
100100
"zone.js": "~0.8.9"
101101
},
102102
"peerDependencies": {
103-
"tns-core-modules": "^3.0.0"
103+
"tns-core-modules": "~3.0.0"
104104
}
105105
}

0 commit comments

Comments
 (0)