Skip to content

Commit 736f518

Browse files
committed
meta: transfer to syntax-tree
1 parent 8df9117 commit 736f518

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unist-util-map [![Build Status](https://travis-ci.org/azu/unist-util-map.svg?branch=master)](https://travis-ci.org/azu/unist-util-map)
1+
# unist-util-map [![Build Status](https://travis-ci.org/syntax-tree/unist-util-map.svg?branch=master)](https://travis-ci.org/syntax-tree/unist-util-map)
22

33
Create a new Unist tree with all nodes that mapped by the provided function.
44

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "unist-util-map",
33
"repository": {
44
"type": "git",
5-
"url": "git+https://github.com/azu/unist-util-map.git"
5+
"url": "git+https://github.com/syntax-tree/unist-util-map.git"
66
},
77
"author": "azu",
88
"email": "[email protected]",
9-
"homepage": "https://github.com/azu/unist-util-map",
9+
"homepage": "https://github.com/syntax-tree/unist-util-map",
1010
"license": "MIT",
1111
"files": [
1212
"lib/"
1313
],
1414
"bugs": {
15-
"url": "https://github.com/azu/unist-util-map/issues"
15+
"url": "https://github.com/syntax-tree/unist-util-map/issues"
1616
},
1717
"version": "1.0.2",
1818
"description": "Create a new Unist tree with all nodes that mapped by the provided function",
@@ -29,7 +29,7 @@
2929
"util"
3030
],
3131
"devDependencies": {
32-
"mocha": "^2.4.5",
32+
"mocha": "^3.2.0",
3333
"txt-to-ast": "^1.1.0",
3434
"unist-builder": "^1.0.1"
3535
},

0 commit comments

Comments
 (0)