Skip to content

Commit 276d2e4

Browse files
committed
update package.json
1 parent 3224dd1 commit 276d2e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "github-pagination-parser",
3+
"description": "JavaScript parser for github pagination (link) header",
34
"version": "0.1.0",
5+
"keywords": ["github", "functional", "codecasts", "github-api", "pagination"],
6+
"bugs": "https://github.com/codecasts/github-pagination-parser/issues",
7+
"repository": "https://github.com/codecasts/github-pagination-parser",
8+
"homepage": "https://github.com/codecasts/github-pagination-parser",
9+
"engines": {
10+
"node": ">6"
11+
},
412
"main": "./src/index.js",
513
"author": "Vinicius Reis <[email protected]>",
614
"license": "MIT",

0 commit comments

Comments
 (0)