We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921c63e commit 2031efaCopy full SHA for 2031efa
.npmignore
@@ -6,4 +6,6 @@ app/
6
*.log
7
*.ts
8
!index.d.ts
9
-!BEMCheckBox.d.ts
+!BEMCheckBox.d.ts
10
+tsconfig.json
11
+README.md
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-checkbox",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "NativeScript plugin for checkbox widget.",
5
"main": "checkbox.js",
"typings": "index.d.ts",
0 commit comments