Skip to content

Commit 2bfe320

Browse files
committed
add main key and start script in package.json
1 parent 1e830ec commit 2bfe320

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

npm-package/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "github-invite",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A package that takes a GitHub organization's name, a personal access token of an admin user in that organization, and a GitHub username. It then sends an invitation to the GitHub user with the provided name, with the help of the provided token, to join the provided GitHub Organisation. The token must at least have the write:org permission under admin:org permissions when the token was created.",
5+
"main": "bin/invite.js",
56
"scripts": {
6-
"lint": "prettier --single-quote --write ."
7+
"lint": "prettier --single-quote --write .",
8+
"start": "node bin/invite.js"
79
},
810
"repository": {
911
"type": "git",

0 commit comments

Comments
 (0)