forked from xwp/wp-dev-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Josh Habdas
committed
May 23, 2017
1 parent
8583680
commit b5ecdcc
Showing
3 changed files
with
12 additions
and
14 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 |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
* @link https://github.com/markjaquith/WordPress-Plugin-Readme-Parser Alternative to WordPress-Plugin-Readme-Parser | ||
* @version 1.1.1 | ||
* @author Weston Ruter <[email protected]> (@westonruter) | ||
* @copyright Copyright (c) 2013, XWP <https://xwp.co/> | ||
* @license GPLv2+ | ||
* @copyright Copyright (c) 2017, XWP <https://xwp.co/> | ||
* @license MIT | ||
*/ | ||
|
||
class WordPress_Readme_Parser { | ||
|
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
* Look for WordPress readme in current directory or above and convert into markdown readme in same directory | ||
* @version 1.0.1 | ||
* @author Weston Ruter <[email protected]> (@westonruter) | ||
* @copyright Copyright (c) 2014, XWP <https://xwp.co/> | ||
* @license GPLv2+ | ||
* @copyright Copyright (c) 2017, XWP <https://xwp.co/> | ||
* @license MIT | ||
*/ | ||
|
||
try { | ||
|
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 |
---|---|---|
|
@@ -5,17 +5,15 @@ | |
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xwp/wp-dev-lib.git" | ||
}, | ||
"repository": "xwp/wp-dev-lib", | ||
"keywords": [ | ||
"wordpress" | ||
"wordpress", | ||
"plugins", | ||
"themes", | ||
"development", | ||
"tools" | ||
], | ||
"author": "", | ||
"license": "GPL-2.0", | ||
"bugs": { | ||
"url": "https://github.com/xwp/wp-dev-lib/issues" | ||
}, | ||
"author": "Weston Ruter <[email protected]> (https://xwp.co)", | ||
"license": "MIT", | ||
"homepage": "https://github.com/xwp/wp-dev-lib#readme" | ||
} |