Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update files array #5

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->

**Affected Product Version:**
**Affected Version:**

**OS, DB, other environment details and versions:**

**Steps to reproduce:**


**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
2 changes: 0 additions & 2 deletions lib/.npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"identity"
],
"main": "dist/index.js",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"dependencies": {
"oauth": "0.9.x",
"passport-strategy": "1.x.x"
Expand Down
Loading