File tree Expand file tree Collapse file tree 2 files changed +32
-18
lines changed Expand file tree Collapse file tree 2 files changed +32
-18
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-ngx-shadow" ,
3- "version" : " 6.4 .0" ,
3+ "version" : " 6.5 .0" ,
44 "repository" : " https://github.com/TheOriginalJosh/nativescript-ngx-shadow.git" ,
55 "author" : " Josh Sommer <joshdsommer@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "module" : " commonjs" ,
4- "target" : " es5" ,
5- "experimentalDecorators" : true ,
6- "emitDecoratorMetadata" : true ,
7- "noEmitHelpers" : true ,
8- "noEmitOnError" : true ,
9- "lib" : [" es6" , " dom" , " es2015.iterable" ],
10- "baseUrl" : " ." ,
11- "paths" : {
12- "~/*" : [" app/*" ],
13- "nativescript-ngx-shadow" : [" lib/src/public_api.ts" ],
14- "*" : [" ./node_modules/tns-core-modules/*" , " ./node_modules/*" ]
15- }
16- },
17- "exclude" : [" node_modules" , " platforms" ]
18- }
2+ "compilerOptions" : {
3+ "module" : " commonjs" ,
4+ "target" : " es5" ,
5+ "experimentalDecorators" : true ,
6+ "emitDecoratorMetadata" : true ,
7+ "noEmitHelpers" : true ,
8+ "noEmitOnError" : true ,
9+ "lib" : [
10+ " es6" ,
11+ " dom" ,
12+ " es2015.iterable"
13+ ],
14+ "baseUrl" : " ." ,
15+ "paths" : {
16+ "~/*" : [
17+ " app/*"
18+ ],
19+ "nativescript-ngx-shadow" : [
20+ " lib/src/public_api.ts"
21+ ],
22+ "*" : [
23+ " ./node_modules/tns-core-modules/*" ,
24+ " ./node_modules/*"
25+ ]
26+ }
27+ },
28+ "exclude" : [
29+ " node_modules" ,
30+ " platforms"
31+ ]
32+ }
You can’t perform that action at this time.
0 commit comments