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 c8c53ef commit 1308dfaCopy full SHA for 1308dfa
gruntfile.js
@@ -3,6 +3,7 @@ module.exports = function (grunt) {
3
typeScriptDeclarations: [
4
"**/*.d.ts",
5
"!references.d.ts",
6
+ "!BEMCheckBox.d.ts",
7
"!node_modules/**/*.*",
8
"!demo/**/*.*",
9
"!demo-ng/**/*.*",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-checkbox",
- "version": "2.1.2",
+ "version": "2.1.3",
"description": "NativeScript plugin for checkbox widget.",
"main": "checkbox",
"typings": "index.d.ts",
0 commit comments