Skip to content

Commit

Permalink
Merge pull request #373 from auth0-extensions/remove-request-link
Browse files Browse the repository at this point in the history
feat: remove request link
  • Loading branch information
joshbetz authored Apr 30, 2024
2 parents 147eb61 + 13b2fb4 commit c7a61d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ Where `node_version` can be either `8` or `12` (the default).
> **Please note that [Node.js v8 is now officially out of LTS](https://github.com/nodejs/Release#release-schedule) and we strongly encourage you to migrate to Node 12 as soon as possible.**
> **We cannot support increased functionality on Node 8. If you are looking to update your code or add new packages, you need to reference Node 12 packages which we support.**
## New Package Requests

Can't find the module you want? You can [request it here](https://github.com/auth0-extensions/canirequire/issues/new).


## Development Instructions

1. ```npm i```
Expand Down
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ <h1 class="header center grey-text lighten-5-text">Can I require: <span class="w
<input type="text" class="input-main grey-text webtask-red-border" placeholder="e.g. mongodb" name="modules-filter">
</div>
</div>
<div class="col s12">
<div class="center">
Can't find the module you want? <a class="webtask-red-text" href="https://github.com/auth0-extensions/canirequire/issues/new">Request it</a>!
</div>
</div>
<br><br>
</div>
</div>
<section id="canirequire-modules">
Expand Down

0 comments on commit c7a61d7

Please sign in to comment.