-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve usage examples in the readme
- Loading branch information
1 parent
33ad432
commit 9c7597c
Showing
2 changed files
with
64 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
{ | ||
"name": "gh-got", | ||
"version": "7.0.0", | ||
"description": "Convenience wrapper for Got to interact with the GitHub API", | ||
"license": "MIT", | ||
"repository": "sindresorhus/gh-got", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"got", | ||
"gh", | ||
"github", | ||
"api", | ||
"request", | ||
"http", | ||
"https", | ||
"get", | ||
"url", | ||
"uri", | ||
"util", | ||
"utility" | ||
], | ||
"dependencies": { | ||
"got": "^8.0.0", | ||
"is-plain-obj": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"get-stream": "^3.0.0", | ||
"nock": "^9.1.0", | ||
"xo": "*" | ||
} | ||
"name": "gh-got", | ||
"version": "7.0.0", | ||
"description": "Convenience wrapper for `got` to interact with the GitHub API", | ||
"license": "MIT", | ||
"repository": "sindresorhus/gh-got", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "sindresorhus@gmail.com", | ||
"url": "sindresorhus.com" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"scripts": { | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"got", | ||
"gh", | ||
"github", | ||
"api", | ||
"request", | ||
"http", | ||
"https", | ||
"get", | ||
"url", | ||
"uri", | ||
"util", | ||
"utility" | ||
], | ||
"dependencies": { | ||
"got": "^8.0.0", | ||
"is-plain-obj": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"get-stream": "^3.0.0", | ||
"nock": "^9.1.0", | ||
"xo": "*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters