File tree Expand file tree Collapse file tree 5 files changed +4
-685
lines changed
src/Microsoft.AspNetCore.AngularServices/npm Expand file tree Collapse file tree 5 files changed +4
-685
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " ./dist/Exports" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
- "prepublish" : " rimraf *.d.ts dist/*.d.ts && tsd install && tsc && node build.js"
8
+ "prepublish" : " rimraf *.d.ts dist/*.d.ts && tsc && node build.js"
9
9
},
10
10
"typings" : " dist/Exports" ,
11
11
"author" : " Microsoft" ,
26
26
"reflect-metadata" : " ^0.1.2" ,
27
27
"rimraf" : " ^2.5.4" ,
28
28
"systemjs-builder" : " ^0.14.11" ,
29
- "typescript" : " ^1.8.10 " ,
29
+ "typescript" : " ^2.0.0 " ,
30
30
"zone.js" : " ^0.6.10"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 6
6
"declaration" : true ,
7
7
"experimentalDecorators" : true ,
8
8
"noLib" : false ,
9
- "outDir" : " ./dist"
9
+ "outDir" : " ./dist" ,
10
+ "lib" : [" es2015" , " dom" ]
10
11
},
11
12
"exclude" : [
12
13
" node_modules"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments