Skip to content

Commit

Permalink
chore(package): don't enforce newer node engines (#118)
Browse files Browse the repository at this point in the history
* chore(Package): Don't enforce newer node engines

* build(tsint): remove 'rxjs' blacklisting from lint rule
  • Loading branch information
zakhenry authored and Nicky Lenaers committed Jun 6, 2019
1 parent 452a986 commit 21596bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-scroll-to/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"url": "https://github.com/nicky-lenaers/ngx-scroll-to/issues"
},
"engines": {
"node": ">=10.0.0",
"node": ">=8.0.0",
"npm": ">=6.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 0 additions & 4 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
],
"eofline": true,
"forin": true,
"import-blacklist": [
true,
"rxjs"
],
"import-spacing": true,
"indent": [
true,
Expand Down

0 comments on commit 21596bc

Please sign in to comment.