File tree Expand file tree Collapse file tree 6 files changed +14
-19
lines changed Expand file tree Collapse file tree 6 files changed +14
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- /// <reference path="BEMCheckBox.d.ts" /> Needed for autocompletion and compilation.
2
-
3
1
import { CheckBoxInterface } from "./index" ;
4
2
import {
5
3
Property ,
Original file line number Diff line number Diff line change 2
2
"nativescript" : {
3
3
"id" : " org.nativescript.demo" ,
4
4
"tns-android" : {
5
- "version" : " 3.0.0 "
5
+ "version" : " 3.0.1 "
6
6
},
7
7
"tns-ios" : {
8
- "version" : " 3.0.0 "
8
+ "version" : " 3.0.1 "
9
9
}
10
10
},
11
11
"dependencies" : {
12
12
"nativescript-checkbox" : " file:.." ,
13
13
"tns-core-modules" : " ^3.0.0"
14
14
},
15
15
"devDependencies" : {
16
- "babel-traverse" : " 6.7.6 " ,
17
- "babel-types" : " 6.7.7 " ,
18
- "babylon" : " 6.7.0 " ,
19
- "filewalker" : " 0.1.2 " ,
16
+ "babel-traverse" : " 6.24.1 " ,
17
+ "babel-types" : " 6.24.1 " ,
18
+ "babylon" : " 6.17.2 " ,
19
+ "filewalker" : " 0.1.3 " ,
20
20
"lazy" : " 1.0.11" ,
21
- "nativescript-dev-typescript" : " ^0.3.2 " ,
21
+ "nativescript-dev-typescript" : " ^0.4.5 " ,
22
22
"typescript" : " ^2.2.0" ,
23
23
"tns-platform-declarations" : " ^3.0.0"
24
24
}
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module.exports = function (grunt) {
2
2
var localConfig = {
3
3
typeScriptDeclarations : [
4
4
"**/*.d.ts" ,
5
- "!references.d.ts" ,
6
- "!BEMCheckBox.d.ts" ,
7
5
"!node_modules/**/*.*" ,
8
6
"!demo/**/*.*" ,
9
7
"!demo-ng/**/*.*" ,
Original file line number Diff line number Diff line change 19
19
"demo.android" : " npm run preparedemo && cd demo && tns run android" ,
20
20
"debug.ios" : " npm run preparedemo && cd demo && tns debug ios" ,
21
21
"debug.android" : " npm run preparedemo && cd demo && tns debug android" ,
22
- "preparedemo" : " npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install" ,
22
+ "preparedemo" : " cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install" ,
23
23
"setup" : " cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
24
24
},
25
25
"repository" : {
Original file line number Diff line number Diff line change 19
19
]
20
20
}
21
21
},
22
- "exclude" : [
23
- " node_modules" ,
24
- " demo" ,
25
- " demo-ng" ,
26
- " bin"
22
+ "include" : [
23
+ " index.d.ts" ,
24
+ " BEMCheckBox.d.ts" ,
25
+ " checkbox.android.ts" ,
26
+ " checkbox.ios.ts" ,
27
+ " angular/index.ts"
27
28
]
28
29
}
You can’t perform that action at this time.
0 commit comments