Skip to content

Commit

Permalink
Migrate to remarkjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 8, 2017
1 parent 6251c6f commit c661b04
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"ronn",
"remark"
],
"repository": "https://github.com/wooorm/remark-man",
"bugs": "https://github.com/wooorm/remark-man/issues",
"repository": "remarkjs/remark-man",
"bugs": "https://github.com/remarkjs/remark-man/issues",
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (http://wooorm.com)"
Expand Down
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ over the plugin settings.

* [`remark-react`](https://github.com/mapbox/remark-react)
— Compile to React
* [`remark-vdom`](https://github.com/wooorm/remark-vdom)
* [`remark-vdom`](https://github.com/remarkjs/remark-vdom)
— Compile to VDOM
* [`remark-html`](https://github.com/wooorm/remark-html)
* [`remark-html`](https://github.com/remarkjs/remark-html)
— Compile to HTML
* [`remark-rehype`](https://github.com/wooorm/remark-rehype)
* [`remark-rehype`](https://github.com/remarkjs/remark-rehype)
— Properly transform to HTML

## License
Expand All @@ -103,22 +103,22 @@ over the plugin settings.

<!-- Definitions -->

[build-badge]: https://img.shields.io/travis/wooorm/remark-man.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark-man.svg

[build-status]: https://travis-ci.org/wooorm/remark-man
[build-status]: https://travis-ci.org/remarkjs/remark-man

[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark-man.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-man.svg

[coverage-status]: https://codecov.io/github/wooorm/remark-man
[coverage-status]: https://codecov.io/github/remarkjs/remark-man

[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg

[chat]: https://gitter.im/wooorm/remark
[chat]: https://gitter.im/remarkjs/Lobby

[license]: LICENSE

[author]: http://wooorm.com

[npm]: https://docs.npmjs.com/cli/install

[remark]: https://github.com/wooorm/remark
[remark]: https://github.com/remarkjs/remark
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function process(file, config) {
var ODate = global.Date;

global.Date = function (val) {
/* Timestamp: of https://github.com/wooorm/remark-man/commit/53d7fd7 */
/* Timestamp: of https://github.com/remarkjs/remark-man/commit/53d7fd7 */
return new ODate(val || 1454861068000);
};

Expand Down

0 comments on commit c661b04

Please sign in to comment.