Skip to content

Commit eb7e072

Browse files
committed
Update config files
1 parent 5dffa71 commit eb7e072

File tree

5 files changed

+10
-19
lines changed

5 files changed

+10
-19
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
pnpm-lock.yaml
2+
dist/
3+
.vercel/

.prettierrc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
{
2-
"arrowParens": "avoid",
3-
"bracketSpacing": true,
4-
"insertPragma": false,
5-
"jsxBracketSameLine": false,
6-
"jsxSingleQuote": false,
7-
"printWidth": 120,
8-
"proseWrap": "preserve",
9-
"requirePragma": false,
102
"semi": false,
11-
"singleQuote": false,
12-
"tabWidth": 2,
13-
"trailingComma": "es5",
14-
"useTabs": false
3+
"trailingComma": "all"
154
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License
22

3-
Copyright (c) 2020 Abraham Schilling
3+
Copyright (c) 2021 Abraham Schilling
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88

99
<p align="center">
1010
<a href="https://www.npmjs.com/package/vercel-github-oauth-proxy">
11-
<img alt="Version" src="https://flat.badgen.net/npm/v/vercel-github-oauth-proxy?icon=npm">
11+
<img alt="Version" src="https://img.shields.io/npm/v/vercel-github-oauth-proxy?style=flat-square&logo=npm">
1212
</a>
13+
1314
<a href="https://raw.githubusercontent.com/n4bb12/vercel-github-oauth-proxy/master/LICENSE">
14-
<img alt="License" src="https://flat.badgen.net/github/license/n4bb12/vercel-github-oauth-proxy?icon=github">
15+
<img alt="License" src="https://img.shields.io/badge/license-ISC-blue?style=flat-square&logo=github">
1516
</a>
17+
1618
<a href="https://github.com/n4bb12/vercel-github-oauth-proxy/issues/new/choose">
17-
<img alt="Issues" src="https://flat.badgen.net/badge/github/create issue/pink?icon=github">
18-
</a>
19-
<a href="https://david-dm.org/n4bb12/vercel-github-oauth-proxy">
20-
<img alt="Dependencies" src="https://flat.badgen.net/david/dep/n4bb12/vercel-github-oauth-proxy?icon=npm">
19+
<img alt="Issues" src="https://img.shields.io/badge/github-create%20issue-brightgreen?style=flat-square&logo=github">
2120
</a>
2221
</p>
2322

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"lambda",
1414
"functions"
1515
],
16+
"repository": "github:n4bb12/vercel-github-oauth-proxy",
1617
"license": "ISC",
1718
"author": "Abraham Schilling <[email protected]>",
1819
"main": "dist/index.js",

0 commit comments

Comments
 (0)