Skip to content

Commit

Permalink
chore: Update Package Info
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Dec 26, 2023
1 parent e577a31 commit ec0dd0b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.env
node_modules
dist
.idea/
node_modules/
dist/

.vercel

.env
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License

Copyright (c) 2020 Probot Contributors
Copyright (c) 2023 iXOR Technology, Cubik65536, and contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@probot/example-vercel",
"name": "@self-approval/app",
"version": "1.0.0",
"private": true,
"description": "Probot & Google Cloud Functions example",
"private": false,
"description": "A GitHub App built with Probot that allows Pull Request authors to self-approve their Pull Requests.",
"scripts": {
"start": "probot run ./dist/app.js",
"build": "tsc",
"test": "ts-node ./test/app.test.ts"
},
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"author": "iXOR Technology & Cubik65536 <[email protected]>",
"license": "ISC",
"repository": "github:probot/example-vercel",
"repository": "https://github.com/self-approval/app",
"dependencies": {
"probot": "^12.3.0"
},
Expand Down

0 comments on commit ec0dd0b

Please sign in to comment.