Skip to content

Commit 311417c

Browse files
authored
Merge pull request #22 from elasticpath/chore/update-owner-and-release-1.1.0
chore: update owner and license info and bump version for new release
2 parents 5dc1eda + c52e5a3 commit 311417c

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Parth Patel
3+
Copyright (c) 2022 Elastic Path Software Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,3 @@ For e.g. With the following configuration
116116
and `../../javadocs/1.0.x/overview-summary.html` as the link being checked, this rule checks for the existence of the
117117
`overview-summary.html` file at the first destination `../website/static/javadocs/1.0.x/overview-summary.html` instead
118118
of the second destination `../../static/javadocs/1.0.x/overview-summary.html`.
119-
120-
## License
121-
122-
MIT © parthopensource@gmail.com

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "textlint-rule-no-dead-relative-link",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Textlint rule to validate relative links(including anchor links) in markdown documents",
55
"main": "lib/no-dead-relative-link.js",
6-
"author": "Parth Patel <parthopensource@gmail.com>",
6+
"contributors": [
7+
"Parth Patel <parthopensource@gmail.com>"
8+
],
79
"license": "MIT",
810
"repository": {
911
"type": "git",
10-
"url": "https://github.com/parthpp/textlint-rule-no-dead-relative-link.git"
12+
"url": "https://github.com/elasticpath/textlint-rule-no-dead-relative-link"
1113
},
1214
"engines": {
1315
"node": ">=6.0.0"
@@ -33,6 +35,9 @@
3335
"lib/",
3436
"src/"
3537
],
38+
"release": {
39+
"branches": ["main"]
40+
},
3641
"keywords": [
3742
"textlintrule",
3843
"textlint",

0 commit comments

Comments
 (0)