Skip to content

Commit

Permalink
Update Angular to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Gonzalez committed Nov 6, 2017
1 parent d312e10 commit a023f16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-socket-io",
"version": "1.0.7",
"version": "1.0.8",
"description": "Socket.IO module for Angular 4",
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -32,12 +32,12 @@
"zone.js": "^0.8.11"
},
"peerDependencies": {
"@angular/core": "^4.1.3"
"@angular/core": "^5.0.0"
},
"devDependencies": {
"@angular/cli": "^1.1.0",
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"@types/node": "^7.0.22",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29",
Expand Down

0 comments on commit a023f16

Please sign in to comment.