Skip to content

Commit 1308dfa

Browse files
committed
feat: Angular AoT support
1 parent c8c53ef commit 1308dfa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = function (grunt) {
33
typeScriptDeclarations: [
44
"**/*.d.ts",
55
"!references.d.ts",
6+
"!BEMCheckBox.d.ts",
67
"!node_modules/**/*.*",
78
"!demo/**/*.*",
89
"!demo-ng/**/*.*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-checkbox",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "NativeScript plugin for checkbox widget.",
55
"main": "checkbox",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)