Skip to content

Commit

Permalink
tslib module missing in package.json (#25829)
Browse files Browse the repository at this point in the history
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.

## Documentation / Examples

- [ ] Make sure the linting passes
  • Loading branch information
alicanyildirim authored Jun 9, 2021
1 parent 79b4cb0 commit 6c0aec4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@auth0/nextjs-auth0": "^0.8.0",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0"
"react-dom": "^16.12.0",
"tslib": "^2.2.0"
}
}

0 comments on commit 6c0aec4

Please sign in to comment.