Skip to content

Commit f0de7c0

Browse files
committed
Configure publish tool
1 parent 2711341 commit f0de7c0

File tree

3 files changed

+1180
-10
lines changed

3 files changed

+1180
-10
lines changed

.release-it.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"github": {
3+
"release": true,
4+
"tokenRef": "RELEASE_IT"
5+
}
6+
}

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "vercel-github-oauth-proxy",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Protect a static website hosted on Vercel behind GitHub authentication.",
66
"keywords": [
77
"vercel",
@@ -17,6 +17,9 @@
1717
"author": "Abraham Schilling <AbrahamSchilling@gmail.com>",
1818
"main": "dist/index.js",
1919
"types": "dist/index.d.ts",
20+
"files": [
21+
"dist"
22+
],
2023
"scripts": {
2124
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
2225
"prepack": "tsc --project tsconfig.build.json"
@@ -33,6 +36,7 @@
3336
"@types/node": "^14.14.14",
3437
"@vercel/node": "^1.8.5",
3538
"prettier": "^2.2.1",
39+
"release-it": "^14.2.2",
3640
"vercel": "^21.0.1"
3741
}
3842
}

0 commit comments

Comments
 (0)