Skip to content

Commit

Permalink
add main key and start script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
obumnwabude committed Jun 18, 2020
1 parent 1e830ec commit 2bfe320
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions npm-package/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "github-invite",
"version": "1.0.0",
"version": "1.0.1",
"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.",
"main": "bin/invite.js",
"scripts": {
"lint": "prettier --single-quote --write ."
"lint": "prettier --single-quote --write .",
"start": "node bin/invite.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2bfe320

Please sign in to comment.