-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor:Fix typos and clean up package.json and package-lock.json
- Loading branch information
1 parent
8e05cb5
commit 100e8ae
Showing
6 changed files
with
11 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ First, clone and install this project from source via | |
```bash | ||
$ git clone [email protected]:node-oauth/node-oauth2-server.git | ||
$ cd node-oauth2-server | ||
$ git checkout developmemt # important! do not work on master! | ||
$ git checkout development # important! do not work on master! | ||
$ npm install | ||
``` | ||
|
||
|
@@ -91,7 +91,7 @@ We use a commit convention, inspired by [angular commit message format](https:// | |
with ticket number at the end of summary: | ||
|
||
``` | ||
<type>(<scope>): <short summary> #<issue nuber> | ||
<type>(<scope>): <short summary> #<issue number> | ||
``` | ||
Summary in present tense. Not capitalized. No period at the end. | ||
The <type> and <summary> fields are mandatory, the (<scope>) and #<number> field is optional. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,5 @@ | |
"doc": "docs", | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"author": "" | ||
} | ||
} |