Skip to content

Commit e5bc2df

Browse files
committed
Angular 2 updated to 2.0.0 final release
1 parent 9e471b6 commit e5bc2df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-auto-scroll",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Angular 2 directive to automatically scroll html container content to the bottom.",
55
"main": "lib/angular2-auto-scroll.directive.js",
66
"scripts": {
@@ -12,9 +12,10 @@
1212
"autoscroll"
1313
],
1414
"dependencies": {
15-
"@angular/common": "^2.0.0-rc.5",
16-
"rxjs": "5.0.0-beta.6",
17-
"zone.js": "0.6.12"
15+
"@angular/core": "2.0.0",
16+
"@angular/common": "2.0.0",
17+
"rxjs": "5.0.0-beta.12",
18+
"zone.js": "0.6.23"
1819
},
1920
"devDependencies": {
2021
"typescript": "^2.0.0"

0 commit comments

Comments
 (0)