Skip to content

Commit 7389d54

Browse files
committed
Migrate to syntax-tree
1 parent 238d30f commit 7389d54

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"literal",
1212
"word"
1313
],
14-
"repository": "https://github.com/wooorm/nlcst-is-literal",
15-
"bugs": "https://github.com/wooorm/nlcst-is-literal/issues",
14+
"repository": "https://github.com/syntax-tree/nlcst-is-literal",
15+
"bugs": "https://github.com/syntax-tree/nlcst-is-literal/issues",
1616
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1717
"contributors": [
1818
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nlcst-is-literal [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
22

3-
Check if an NLCST node is meant literally. Useful if a tool wants to
3+
Check if an [NLCST][] node is meant literally. Useful if a tool wants to
44
exclude these values possibly void of meaning.
55

66
As an example, a spell-checker could exclude these literal words, thus not
@@ -74,16 +74,18 @@ For example, in:
7474

7575
<!-- Definitions -->
7676

77-
[travis-badge]: https://img.shields.io/travis/wooorm/nlcst-is-literal.svg
77+
[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-is-literal.svg
7878

79-
[travis]: https://travis-ci.org/wooorm/nlcst-is-literal
79+
[travis]: https://travis-ci.org/syntax-tree/nlcst-is-literal
8080

81-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/nlcst-is-literal.svg
81+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-is-literal.svg
8282

83-
[codecov]: https://codecov.io/github/wooorm/nlcst-is-literal
83+
[codecov]: https://codecov.io/github/syntax-tree/nlcst-is-literal
8484

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

8787
[license]: LICENSE
8888

8989
[author]: http://wooorm.com
90+
91+
[nlcst]: https://github.com/syntax-tree/nlcst

0 commit comments

Comments
 (0)