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 44 "nativescript" : {
55 "id" : " org.nativescript.ppTest" ,
66 "tns-ios" : {
7- "version" : " 4.1 .0"
7+ "version" : " 4.2 .0"
88 },
99 "tns-android" : {
10- "version" : " 4.1.1 "
10+ "version" : " 4.2.0 "
1111 }
1212 },
1313 "repository" : {
1818 "dependencies" : {
1919 "nativescript-push-notifications" : " ../src" ,
2020 "nativescript-theme-core" : " ^1.0.4" ,
21- "tns-core-modules" : " ~4.1 .0"
21+ "tns-core-modules" : " ~4.2 .0"
2222 },
2323 "devDependencies" : {
2424 "babel-traverse" : " 6.26.0" ,
2525 "babel-types" : " 6.26.0" ,
2626 "babylon" : " 6.18.0" ,
2727 "lazy" : " 1.0.11" ,
2828 "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" ,
3131 "tslint" : " ^5.8.0" ,
3232 "typescript" : " ~2.8.1"
3333 },
3838 "ci.ios.build" : " npm run build.plugin && tns build ios" ,
3939 "generate-android-snapshot" : " generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
4040 }
41- }
41+ }
Original file line number Diff line number Diff line change 2525 "*" : [
2626 " ./node_modules/tns-core-modules/*" ,
2727 " ./node_modules/*"
28+ ],
29+ "~/*" : [
30+ " app/*"
2831 ]
2932 }
3033 },
You can’t perform that action at this time.
0 commit comments