Skip to content

Commit 532da3d

Browse files
Update to latest Angular 2 and bump version to 0.0.5
1 parent 770a74c commit 532da3d

5 files changed

Lines changed: 691 additions & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/src/
22
/tsconfig.json
33
/build.js
4+
/typings/
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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",
@@ -15,11 +15,14 @@
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
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

0 commit comments

Comments
 (0)