File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 23
23
"@angular/platform-browser-dynamic" : " 8.0.0" ,
24
24
"@angular/router" : " 8.0.0" ,
25
25
"nativescript-angular" : " file:../../nativescript-angular" ,
26
+ "nativescript-dev-webpack" : " webpack" ,
26
27
"nativescript-theme-core" : " ~1.0.4" ,
27
28
"reflect-metadata" : " ~0.1.8" ,
28
29
"rxjs" : " ~6.3.3" ,
41
42
"mochawesome" : " ~3.1.2" ,
42
43
"nativescript-dev-appium" : " next" ,
43
44
"nativescript-dev-typescript" : " next" ,
44
- "typescript" : " ~3.4.5"
45
+ "typescript" : " ~3.4.5" ,
46
+ "@angular/compiler-cli" : " 8.0.0" ,
47
+ "@ngtools/webpack" : " 8.0.0"
45
48
},
46
49
"scripts" : {
47
50
"e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
Original file line number Diff line number Diff line change 16
16
"*" : [
17
17
" ./node_modules/tns-core-modules/*" ,
18
18
" ./node_modules/*"
19
+ ],
20
+ "~/*" : [
21
+ " app/*"
19
22
]
20
23
}
21
24
},
25
+ "include" : [
26
+ " ../../nativescript-angular" ,
27
+ " **/*"
28
+ ],
22
29
"exclude" : [
30
+ " ../../nativescript-angular/node_modules" ,
31
+ " ../../nativescript-angular/**/*.d.ts" ,
23
32
" node_modules" ,
24
- " platforms"
33
+ " platforms" ,
34
+ " **/*.aot" ,
35
+ " e2e"
25
36
]
26
37
}
Original file line number Diff line number Diff line change 2
2
"nativescript" : {
3
3
"id" : " org.nativescript.ngtests" ,
4
4
"tns-ios" : {
5
- "version" : " 6.0.0-2019-06-06-144931-01 "
5
+ "version" : " next "
6
6
},
7
7
"tns-android" : {
8
- "version" : " 6.0.0-2019-06-10-092203-01 "
8
+ "version" : " next "
9
9
}
10
10
},
11
11
"name" : " ngtests" ,
61
61
"lazy" : " 1.0.11" ,
62
62
"mocha" : " 6.1.4" ,
63
63
"nativescript-dev-typescript" : " next" ,
64
- "nativescript-dev-webpack" : " ~0.25.0- webpack-2019-06-06-120047-02 " ,
64
+ "nativescript-dev-webpack" : " webpack" ,
65
65
"sinon" : " ^7.3.2" ,
66
66
"tslint" : " ^4.5.1" ,
67
67
"typescript" : " ~3.4.5"
You can’t perform that action at this time.
0 commit comments