Skip to content

Commit 031e07f

Browse files
committed
Migrate to syntax-tree
1 parent 72273fb commit 031e07f

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
"files": [
1313
"index.js"
1414
],
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/wooorm/nlcst-to-string.git"
18-
},
19-
"bugs": "https://github.com/wooorm/nlcst-to-string/issues",
15+
"repository": "https://github.com/syntax-tree/nlcst-to-string",
16+
"bugs": "https://github.com/syntax-tree/nlcst-to-string/issues",
2017
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
2118
"contributors": [
2219
"Titus Wormer <[email protected]> (http://wooorm.com)",

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ Stringify the given [NLCST][] node (or list of nodes).
5353

5454
<!-- Definitions -->
5555

56-
[travis-badge]: https://img.shields.io/travis/wooorm/nlcst-to-string.svg
56+
[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-to-string.svg
5757

58-
[travis]: https://travis-ci.org/wooorm/nlcst-to-string
58+
[travis]: https://travis-ci.org/syntax-tree/nlcst-to-string
5959

60-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/nlcst-to-string.svg
60+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-to-string.svg
6161

62-
[codecov]: https://codecov.io/github/wooorm/nlcst-to-string
62+
[codecov]: https://codecov.io/github/syntax-tree/nlcst-to-string
6363

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

6666
[license]: LICENSE
6767

6868
[author]: http://wooorm.com
6969

70-
[nlcst]: https://github.com/wooorm/nlcst
70+
[nlcst]: https://github.com/syntax-tree/nlcst

0 commit comments

Comments
 (0)