Skip to content

Commit 4cbaff3

Browse files
committed
Migrate to syntax-tree
1 parent 14f6c5e commit 4cbaff3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"nlcst",
88
"emoticons"
99
],
10-
"repository": "https://github.com/wooorm/nlcst-emoticon-modifier",
11-
"bugs": "https://github.com/wooorm/nlcst-emoticon-modifier/issues",
10+
"repository": "https://github.com/syntax-tree/nlcst-emoticon-modifier",
11+
"bugs": "https://github.com/syntax-tree/nlcst-emoticon-modifier/issues",
1212
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1313
"contributors": [
1414
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Classify plain-text ASCII [**emoticon**][emoticon]s as `EmoticonNode`s.
6363

6464
<!-- Definitions -->
6565

66-
[travis-badge]: https://img.shields.io/travis/wooorm/nlcst-emoticon-modifier.svg
66+
[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-emoticon-modifier.svg
6767

68-
[travis]: https://travis-ci.org/wooorm/nlcst-emoticon-modifier
68+
[travis]: https://travis-ci.org/syntax-tree/nlcst-emoticon-modifier
6969

70-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/nlcst-emoticon-modifier.svg
70+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-emoticon-modifier.svg
7171

72-
[codecov]: https://codecov.io/github/wooorm/nlcst-emoticon-modifier
72+
[codecov]: https://codecov.io/github/syntax-tree/nlcst-emoticon-modifier
7373

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

@@ -79,6 +79,6 @@ Classify plain-text ASCII [**emoticon**][emoticon]s as `EmoticonNode`s.
7979

8080
[retext-emoji]: https://github.com/wooorm/retext-emoji
8181

82-
[sentence]: https://github.com/wooorm/nlcst#paragraphnode
82+
[sentence]: https://github.com/syntax-tree/nlcst#paragrap
8383

8484
[emoticon]: https://github.com/wooorm/emoticon

0 commit comments

Comments
 (0)