Skip to content

Commit

Permalink
Migrate to rehypejs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 3, 2017
1 parent f0907f3 commit 8e8a16b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"fmt",
"html"
],
"repository": "https://github.com/wooorm/rehype-format",
"bugs": "https://github.com/wooorm/rehype-format/issues",
"repository": "rehypejs/rehype-format",
"bugs": "https://github.com/rehypejs/rehype-format/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
Expand Down Expand Up @@ -64,6 +64,8 @@
]
},
"remarkConfig": {
"plugins": ["preset-wooorm"]
"plugins": [
"preset-wooorm"
]
}
}
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ is added between these two.

## Related

* [`rehype-minify`](https://github.com/wooorm/rehype-minify)
* [`rehype-minify`](https://github.com/rehypejs/rehype-minify)
— Minify HTML

## License
Expand All @@ -105,18 +105,18 @@ is added between these two.

<!-- Definitions -->

[travis-badge]: https://img.shields.io/travis/wooorm/rehype-format.svg
[travis-badge]: https://img.shields.io/travis/rehypejs/rehype-format.svg

[travis]: https://travis-ci.org/wooorm/rehype-format
[travis]: https://travis-ci.org/rehypejs/rehype-format

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/rehype-format.svg
[codecov-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype-format.svg

[codecov]: https://codecov.io/github/wooorm/rehype-format
[codecov]: https://codecov.io/github/rehypejs/rehype-format

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

[license]: LICENSE

[author]: http://wooorm.com

[rehype]: https://github.com/wooorm/rehype
[rehype]: https://github.com/rehypejs/rehype

0 comments on commit 8e8a16b

Please sign in to comment.