Skip to content

Commit bb4f30f

Browse files
committed
fix peer dep
1 parent 06f3769 commit bb4f30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-checkbox",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "NativeScript plugin for checkbox widget.",
55
"main": "checkbox",
66
"typings": "index.d.ts",
@@ -100,6 +100,6 @@
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)