Skip to content

Commit

Permalink
Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantWave committed May 7, 2019
1 parent 3a619ae commit 332d1dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-parallaxscroll",
"version": "2.0.4",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -58,4 +58,4 @@
"tslint": "~5.11.0",
"typescript": "~3.2.2"
}
}
}
10 changes: 7 additions & 3 deletions projects/ng2-parallaxscroll/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "ng2-parallaxscroll",
"version": "2.0.4",
"version": "2.1.0",
"description": "A parallax directive for Angular 2+, now with Universal support!",
"keywords": ["Angular", "Library", "Parallax"],
"keywords": [
"Angular",
"Library",
"Parallax"
],
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -12,4 +16,4 @@
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
}
}
}

0 comments on commit 332d1dd

Please sign in to comment.