This repository was archived by the owner on Feb 7, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
"nativescript" : {
5
5
"id" : " org.nativescript.ppTest" ,
6
6
"tns-ios" : {
7
- "version" : " 4.1 .0"
7
+ "version" : " 4.2 .0"
8
8
},
9
9
"tns-android" : {
10
- "version" : " 4.1.1 "
10
+ "version" : " 4.2.0 "
11
11
}
12
12
},
13
13
"repository" : {
18
18
"dependencies" : {
19
19
"nativescript-push-notifications" : " ../src" ,
20
20
"nativescript-theme-core" : " ^1.0.4" ,
21
- "tns-core-modules" : " ~4.1 .0"
21
+ "tns-core-modules" : " ~4.2 .0"
22
22
},
23
23
"devDependencies" : {
24
24
"babel-traverse" : " 6.26.0" ,
25
25
"babel-types" : " 6.26.0" ,
26
26
"babylon" : " 6.18.0" ,
27
27
"lazy" : " 1.0.11" ,
28
28
"nativescript-css-loader" : " ~0.26.0" ,
29
- "nativescript-dev-typescript" : " ~0.6 .0" ,
30
- "nativescript-dev-webpack" : " ~0.14 .0" ,
29
+ "nativescript-dev-typescript" : " ~0.7 .0" ,
30
+ "nativescript-dev-webpack" : " ~0.15 .0" ,
31
31
"tslint" : " ^5.8.0" ,
32
32
"typescript" : " ~2.8.1"
33
33
},
38
38
"ci.ios.build" : " npm run build.plugin && tns build ios" ,
39
39
"generate-android-snapshot" : " generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
40
40
}
41
- }
41
+ }
Original file line number Diff line number Diff line change 25
25
"*" : [
26
26
" ./node_modules/tns-core-modules/*" ,
27
27
" ./node_modules/*"
28
+ ],
29
+ "~/*" : [
30
+ " app/*"
28
31
]
29
32
}
30
33
},
You can’t perform that action at this time.
0 commit comments