We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e471b6 commit e5bc2dfCopy full SHA for e5bc2df
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular2-auto-scroll",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Angular 2 directive to automatically scroll html container content to the bottom.",
5
"main": "lib/angular2-auto-scroll.directive.js",
6
"scripts": {
@@ -12,9 +12,10 @@
12
"autoscroll"
13
],
14
"dependencies": {
15
- "@angular/common": "^2.0.0-rc.5",
16
- "rxjs": "5.0.0-beta.6",
17
- "zone.js": "0.6.12"
+ "@angular/core": "2.0.0",
+ "@angular/common": "2.0.0",
+ "rxjs": "5.0.0-beta.12",
18
+ "zone.js": "0.6.23"
19
},
20
"devDependencies": {
21
"typescript": "^2.0.0"
0 commit comments