Skip to content

Commit e4c2f99

Browse files
bomberblue07afrad
authored andcommitted
Update typings & packages for Angular 2 final, .gitignore compiled js (#39)
* Update typings * Ignore compiled js * Delete angular2-websocket.js * Delete angular2-websocket.js.map * Update packages for Angular 2 final
1 parent e4a593d commit e4c2f99

File tree

5 files changed

+10
-238
lines changed

5 files changed

+10
-238
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ npm-debug.log
44

55
# compiled output
66
typings/
7+
angular2-websocket.js
8+
angular2-websocket.js.map

angular2-websocket.js

-229
This file was deleted.

angular2-websocket.js.map

-1
This file was deleted.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular2-websocket",
33
"main": "angular2-websocket",
4-
"version": "0.7.1",
4+
"version": "0.8.0",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
77
"compile": "tsc",
@@ -13,13 +13,13 @@
1313
"url": "git+https://github.com/afrad/angular2-websocket.git"
1414
},
1515
"dependencies": {
16-
"@angular/common": "2.0.0-rc.4",
17-
"@angular/compiler": "2.0.0-rc.4",
18-
"@angular/core": "2.0.0-rc.4",
16+
"@angular/common": "2.0.0",
17+
"@angular/compiler": "2.0.0",
18+
"@angular/core": "2.0.0",
1919
"core-js": "^2.4.1",
2020
"reflect-metadata": "^0.1.3",
21-
"rxjs": "5.0.0-beta.6",
22-
"zone.js": "^0.6.12"
21+
"rxjs": "5.0.0-beta.12",
22+
"zone.js": "^0.6.23"
2323
},
2424
"devDependencies": {
2525
"codelyzer": "~0.0.26",
@@ -28,6 +28,6 @@
2828
"grunt-contrib-uglify": "~0.2.4",
2929
"tslint": "3.13.0",
3030
"typings": "^1.3.2",
31-
"typescript": "^1.8.10"
31+
"typescript": "^2.0.2"
3232
}
3333
}

typings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"globalDependencies": {
3-
"core-js": "registry:dt/core-js#0.0.0+20160602141332"
3+
"core-js": "registry:dt/core-js#0.0.0+20160914114559"
44
}
55
}

0 commit comments

Comments
 (0)