Skip to content

Commit 7ec0f23

Browse files
committed
bump fix published
1 parent 31c3ee8 commit 7ec0f23

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-checkbox": "file:///Users/nathan/Documents/github/bradmartin/nativescript-checkbox",
12+
"nativescript-checkbox": "file:..",
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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-checkbox",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "NativeScript plugin for checkbox widget.",
55
"main": "checkbox",
66
"typings": "index.d.ts",
@@ -85,21 +85,21 @@
8585
"@angular/http": "~4.0.3",
8686
"@angular/platform-browser": "~4.0.3",
8787
"@angular/router": "~4.0.3",
88-
"grunt": "1.0.1",
89-
"grunt-contrib-clean": "1.0.0",
90-
"grunt-contrib-copy": "1.0.0",
91-
"grunt-exec": "2.0.0",
88+
"grunt": "^1.0.1",
89+
"grunt-contrib-clean": "^1.0.0",
90+
"grunt-contrib-copy": "^1.0.0",
91+
"grunt-exec": "^2.0.0",
9292
"husky": "^0.13.4",
9393
"lint-staged": "^3.6.1",
9494
"nativescript-angular": "~3.0.0",
9595
"prettier": "^1.4.4",
9696
"rxjs": "~5.0.1",
9797
"tns-core-modules": "^3.0.0",
9898
"tns-platform-declarations": "^3.0.0",
99-
"typescript": "^2.2.0",
99+
"typescript": "^2.3.4",
100100
"zone.js": "~0.8.9"
101101
},
102102
"peerDependencies": {
103103
"tns-core-modules": "^3.0.0"
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)