Skip to content

Commit

Permalink
Update typings & packages for Angular 2 final, .gitignore compiled js (
Browse files Browse the repository at this point in the history
…#39)

* Update typings

* Ignore compiled js

* Delete angular2-websocket.js

* Delete angular2-websocket.js.map

* Update packages for Angular 2 final
  • Loading branch information
bomberblue07 authored and afrad committed Sep 17, 2016
1 parent e4a593d commit e4c2f99
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 238 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ npm-debug.log

# compiled output
typings/
angular2-websocket.js
angular2-websocket.js.map
229 changes: 0 additions & 229 deletions angular2-websocket.js

This file was deleted.

1 change: 0 additions & 1 deletion angular2-websocket.js.map

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular2-websocket",
"main": "angular2-websocket",
"version": "0.7.1",
"version": "0.8.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc",
Expand All @@ -13,13 +13,13 @@
"url": "git+https://github.com/afrad/angular2-websocket.git"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.23"
},
"devDependencies": {
"codelyzer": "~0.0.26",
Expand All @@ -28,6 +28,6 @@
"grunt-contrib-uglify": "~0.2.4",
"tslint": "3.13.0",
"typings": "^1.3.2",
"typescript": "^1.8.10"
"typescript": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion typings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"globalDependencies": {
"core-js": "registry:dt/core-js#0.0.0+20160602141332"
"core-js": "registry:dt/core-js#0.0.0+20160914114559"
}
}

0 comments on commit e4c2f99

Please sign in to comment.