Skip to content

Commit 2031efa

Browse files
committed
ignore more
1 parent 921c63e commit 2031efa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ app/
66
*.log
77
*.ts
88
!index.d.ts
9-
!BEMCheckBox.d.ts
9+
!BEMCheckBox.d.ts
10+
tsconfig.json
11+
README.md

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": "1.1.1",
3+
"version": "1.1.2",
44
"description": "NativeScript plugin for checkbox widget.",
55
"main": "checkbox.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)