Skip to content

Commit

Permalink
Adding @angular/router to the peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tnicola committed Jul 1, 2018
1 parent 1cf6acd commit b5cf125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packaging/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default {
"@angular/common",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/router",
"rxjs",
"zone.js"
],
Expand Down
3 changes: 2 additions & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-joyride",
"version": "1.0.2",
"version": "2.0.0",
"description": "Angular 2 Joyride Library",
"main": "./bundles/ngx-joyride.umd.js",
"jsnext:main": "./esm5/ngx-joyride.esm.js",
Expand All @@ -26,6 +26,7 @@
"@angular/common": ">=4.0.0 <=5.2.10",
"@angular/compiler": ">=4.0.0 <=5.2.10",
"@angular/compiler-cli": ">=4.0.0 <=5.2.10",
"@angular/router": ">=4.0.0 <=5.2.10",
"rxjs": "5.5.0",
"zone.js": "0.8.12"
}
Expand Down

0 comments on commit b5cf125

Please sign in to comment.