File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Parth Patel
3+ Copyright (c) 2022 Elastic Path Software Inc.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -116,7 +116,3 @@ For e.g. With the following configuration
116116and ` ../../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
118118of the second destination ` ../../static/javadocs/1.0.x/overview-summary.html ` .
119-
120- ## License
121-
122- MIT © parthopensource@gmail.com
Original file line number Diff line number Diff line change 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"
3335 " lib/" ,
3436 " src/"
3537 ],
38+ "release" : {
39+ "branches" : [" main" ]
40+ },
3641 "keywords" : [
3742 " textlintrule" ,
3843 " textlint" ,
You can’t perform that action at this time.
0 commit comments