Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit de34ce9

Browse files
author
sw-yx
committed
add github link
1 parent 5609c3b commit de34ce9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ This is a small node library for parsing Netlify's redirect rules.
55
It works with both `_redirect` and `netlify.toml` files and will
66
turn the rules into a canonical list of object literals representing
77
the parsed rules
8+
9+
Published as https://www.npmjs.com/package/netlify-redirect-parser. For most users, you are not meant to use this directly, please refer to https://github.com/netlify/netlify-dev-plugin/ instead. However if you are debugging issues with redirect parsing, issues and PRs are welcome.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,13 @@
2020
"files": [
2121
"index.js",
2222
"line-parser.js"
23-
]
23+
],
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/netlify/node-redirects-parser.git"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/netlify/node-redirects-parser/issues"
30+
},
31+
"homepage": "https://github.com/netlify/node-redirects-parser#readme"
2432
}

0 commit comments

Comments
 (0)