Skip to content

Commit 8a8d4d4

Browse files
committed
Fix incorrect name
1 parent d55970e commit 8a8d4d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/wooorm/mdast-util-heading-range.git"
14+
"url": "https://github.com/wooorm/array-iterate.git"
1515
},
1616
"authors": [
1717
"Titus Wormer <tituswormer@gmail.com>"

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mdast-util-heading-range",
2+
"name": "array-iterate",
33
"version": "1.0.0",
44
"description": "forEach with the possibility to change the next position",
55
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mdast-util-heading-range",
2+
"name": "array-iterate",
33
"version": "1.0.0",
44
"description": "forEach with the possibility to change the next position",
55
"license": "MIT",

0 commit comments

Comments
 (0)