File tree Expand file tree Collapse file tree
src/Microsoft.AspNet.AngularServices/npm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/src /
22/tsconfig.json
33/build.js
4+ /typings /
Original file line number Diff line number Diff line change 11{
22 "name" : " angular2-aspnet" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " Helpers for Angular 2 apps built on ASP.NET" ,
55 "main" : " ./dist/Exports" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1" ,
8- "prepublish" : " tsc && node build.js"
8+ "prepublish" : " tsd install && tsc && node build.js"
99 },
1010 "repository" : {
1111 "type" : " git" ,
1515 "author" : " Microsoft" ,
1616 "license" : " Apache-2.0" ,
1717 "dependencies" : {
18- "angular2" : " 2.0.0-beta.1 " ,
19- "rxjs" : " 5.0.0-beta.0 "
18+ "angular2" : " 2.0.0-beta.13 " ,
19+ "rxjs" : " 5.0.0-beta.2 "
2020 },
2121 "devDependencies" : {
22+ "es6-shim" : " ^0.35.0" ,
23+ "reflect-metadata" : " ^0.1.2" ,
2224 "systemjs-builder" : " ^0.14.11" ,
23- "typescript" : " ^1.7.3"
25+ "typescript" : " ^1.7.3" ,
26+ "zone.js" : " ^0.6.10"
2427 }
2528}
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " v4" ,
3+ "repo" : " borisyankov/DefinitelyTyped" ,
4+ "ref" : " master" ,
5+ "path" : " typings" ,
6+ "bundle" : " typings/tsd.d.ts" ,
7+ "installed" : {
8+ "es6-shim/es6-shim.d.ts" : {
9+ "commit" : " ec9eb4b28c74665a602c22db3457f0a76fa0fa23"
10+ }
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments