Skip to content

Commit 100e8ae

Browse files
committed
refactor:Fix typos and clean up package.json and package-lock.json
1 parent 8e05cb5 commit 100e8ae

File tree

6 files changed

+11
-20
lines changed

6 files changed

+11
-20
lines changed

.github/FUNDING.yml

-2
This file was deleted.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ First, clone and install this project from source via
6262
```bash
6363
$ git clone git@github.com:node-oauth/node-oauth2-server.git
6464
$ cd node-oauth2-server
65-
$ git checkout developmemt # important! do not work on master!
65+
$ git checkout development # important! do not work on master!
6666
$ npm install
6767
```
6868

@@ -91,7 +91,7 @@ We use a commit convention, inspired by [angular commit message format](https://
9191
with ticket number at the end of summary:
9292

9393
```
94-
<type>(<scope>): <short summary> #<issue nuber>
94+
<type>(<scope>): <short summary> #<issue number>
9595
```
9696
Summary in present tense. Not capitalized. No period at the end.
9797
The <type> and <summary> fields are mandatory, the (<scope>) and #<number> field is optional.

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Complete, compliant and well tested module for implementing an OAuth2 server in [Node.js](https://nodejs.org).
55

6-
NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://github.com/oauthjs/node-oauth2-server) and is a continuition due to the project appearing to be abandoned. Please see [this issue](https://github.com/node-oauth/node-oauth2-server/issues/2) to talk about next steps and the future of this project.
6+
NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://github.com/oauthjs/node-oauth2-server) and is a continuation due to the project appearing to be abandoned. Please see [our issue board](https://github.com/node-oauth/node-oauth2-server/issues) to talk about next steps and the future of this project.
77

88
## Installation
99

@@ -52,5 +52,4 @@ This project supports the node versions along the
5252
## Contributing to this project
5353

5454
Please read our [contribution guide](./CONTRIBUTING.md) before taking actions.
55-
In any case, please open an issue before opening a pull request to find out,
56-
whether your intend to contribute will actually have a chance to be merged.
55+
In any case, please open an issue before opening a pull request to find out whether your intended contribution will actually have a chance to be merged.

SECURITY.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ currently being supported with security updates.
1313

1414
## Reporting a Vulnerability
1515

16-
Report security vulnerabilities to info[at]jankuester[dot]com
16+
Report security vulnerabilities to info@jankuester.com
1717

18-
Please specify exactly how the vulnerability is to be exploited so we can estime how severe the consequences can be (unless you also can specifiy them, too).
19-
Note, that we need to reproduce the vulnerability (as like with bugs) in order to safely fix it.
18+
Please specify exactly how the vulnerability is to be exploited so we can estimate how severe the consequences can be (unless you also can specify them, too).
19+
20+
Please note that we need to reproduce the vulnerability (as like with bugs) in order to safely fix it.
2021

2122
A fix will be implemented in private until we can ensure the vulnerability is closed. A new release will immediately be published.
22-
If you want to provide a fix please let us know in the Email so we can setup a completely private repository to work on it together.
23+
If you want to provide a fix please let us know in the e-mail so we can setup a completely private repository to work on it together.
2324

24-
Note, that security fixes will also require to pass all tests and audits.
25+
Finally, all security fixes will also require to pass all tests and audits.

package-lock.json

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@
5252
"doc": "docs",
5353
"lib": "lib",
5454
"test": "test"
55-
},
56-
"author": ""
55+
}
5756
}

0 commit comments

Comments
 (0)