retext-emoji
Advanced tools
Comparing version 7.0.1 to 7.0.2
{ | ||
"name": "retext-emoji", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "retext plugin to support emoji, gemoji, and emoticons", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
"emoticon": "^3.1.0", | ||
"gemoji": "^5.0.0", | ||
"gemoji": "^6.0.0", | ||
"nlcst-affix-emoticon-modifier": "^1.0.0", | ||
@@ -46,8 +46,8 @@ "nlcst-emoji-modifier": "^4.0.0", | ||
"tape": "^5.0.0", | ||
"tinyify": "^2.0.0", | ||
"tinyify": "^3.0.0", | ||
"unist-builder": "^2.0.0", | ||
"xo": "^0.32.0" | ||
"xo": "^0.33.0" | ||
}, | ||
"scripts": { | ||
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", | ||
"format": "remark . -qfo && prettier . --write && xo --fix", | ||
"build-bundle": "browserify . -s retextEmoji > retext-emoji.js", | ||
@@ -54,0 +54,0 @@ "build-mangle": "browserify . -s retextEmoji -p tinyify > retext-emoji.min.js", |
@@ -121,5 +121,5 @@ # retext-emoji | ||
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg | ||
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg | ||
[chat]: https://spectrum.chat/unified/retext | ||
[chat]: https://github.com/retextjs/retext/discussions | ||
@@ -130,7 +130,7 @@ [npm]: https://docs.npmjs.com/cli/install | ||
[contributing]: https://github.com/retextjs/.github/blob/master/contributing.md | ||
[contributing]: https://github.com/retextjs/.github/blob/HEAD/contributing.md | ||
[support]: https://github.com/retextjs/.github/blob/master/support.md | ||
[support]: https://github.com/retextjs/.github/blob/HEAD/support.md | ||
[coc]: https://github.com/retextjs/.github/blob/master/code-of-conduct.md | ||
[coc]: https://github.com/retextjs/.github/blob/HEAD/code-of-conduct.md | ||
@@ -147,4 +147,4 @@ [license]: license | ||
[gemoji]: https://github.com/wooorm/gemoji/blob/master/support.md | ||
[gemoji]: https://github.com/wooorm/gemoji/blob/main/support.md | ||
[emoticon]: https://github.com/wooorm/emoticon/blob/master/support.md | ||
[emoticon]: https://github.com/wooorm/emoticon/blob/main/support.md |
9864
- Removedgemoji@5.0.1(transitive)
Updatedgemoji@^6.0.0