Skip to content

Commit

Permalink
Update typescript to version 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Gonzalez committed Jun 13, 2018
1 parent 75154dd commit 10dd958
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
27 changes: 24 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"homepage": "https://github.com/rodgc/ngx-socket-io#readme",
"dependencies": {
"@angular/core": "^6.0.4",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^6.1.0",
Expand All @@ -48,7 +49,7 @@
"server-destroy": "^1.0.1",
"ts-node": "^3.0.4",
"tslint": "^5.4.0",
"typescript": "^2.3.4",
"typescript": "^2.4.2",
"uglify-js": "^3.0.14"
}
}
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default {
'@angular/core': 'ng.core',
'rxjs/Observable': 'Rx',
'rxjs/ReplaySubject': 'Rx',
'rxjs/operators': 'Rx',
'rxjs/add/operator/map': 'Rx.Observable.prototype',
'rxjs/add/operator/mergeMap': 'Rx.Observable.prototype',
'rxjs/add/observable/fromEvent': 'Rx.Observable',
Expand All @@ -17,7 +18,7 @@ export default {
external:[
'@angular/core',
'rxjs/Observable',
'rxjs/add/operator/share',
'rxjs/operators',
'socket.io-client'
]
}

0 comments on commit 10dd958

Please sign in to comment.