Skip to content

Commit b46dd05

Browse files
committed
Update mdast to remark
1 parent c4ae52c commit b46dd05

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11-
[*.{json,html,svg,css,mdastrc,eslintrc}]
11+
[*.{json,html,svg,css,remarkrc,eslintrc}]
1212
indent_size = 2
1313

1414
[*.md]
File renamed without changes.
File renamed without changes.

history.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<!--mdast setext-->
1+
<!--remark setext-->
22

33
<!--lint disable no-multiple-toplevel-headings-->
44

55
1.0.0 / 2015-08-17
66
==================
77

8-
* Replace coveralls with codecov ([d682fec](https://github.com/wooorm/mdast-util-position/commit/d682fec))
9-
* Refactor ([f88218c](https://github.com/wooorm/mdast-util-position/commit/f88218c))
10-
* Update dependencies, dev-dependencies ([510e84f](https://github.com/wooorm/mdast-util-position/commit/510e84f))
8+
* Replace coveralls with codecov ([`d682fec`](https://github.com/wooorm/mdast-util-position/commit/d682fec))
9+
* Refactor ([`f88218c`](https://github.com/wooorm/mdast-util-position/commit/f88218c))
10+
* Update dependencies, dev-dependencies ([`510e84f`](https://github.com/wooorm/mdast-util-position/commit/510e84f))
1111

1212
0.2.0 / 2015-07-05
1313
==================
1414

15-
* Add support for `offset`, `indent` ([9c97ef3](https://github.com/wooorm/mdast-util-position/commit/9c97ef3))
15+
* Add support for `offset`, `indent` ([`9c97ef3`](https://github.com/wooorm/mdast-util-position/commit/9c97ef3))
1616

1717
0.1.0 / 2015-07-04
1818
==================

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"istanbul": "^0.3.0",
2525
"jscs": "^2.0.0",
2626
"jscs-jsdoc": "^1.0.0",
27-
"mdast": "^1.0.0",
28-
"mdast-comment-config": "^1.0.0",
29-
"mdast-github": "^1.0.0",
30-
"mdast-lint": "^1.0.0",
31-
"mdast-slug": "^2.0.0",
32-
"mdast-validate-links": "^1.0.0",
27+
"remark": "^3.0.0",
28+
"remark-comment-config": "^2.0.0",
29+
"remark-github": "^3.0.0",
30+
"remark-lint": "^2.0.0",
31+
"remark-slug": "^3.0.0",
32+
"remark-validate-links": "^2.0.0",
3333
"mocha": "^2.0.0"
3434
},
3535
"scripts": {
@@ -43,7 +43,7 @@
4343
"make": "npm run lint && npm run test-coverage",
4444
"bundle": "browserify index.js --no-builtins -s mdastUtilPosition > mdast-util-position.js",
4545
"postbundle": "esmangle mdast-util-position.js > mdast-util-position.min.js",
46-
"build-md": "mdast . --quiet",
46+
"build-md": "remark . --quiet --frail",
4747
"build": "npm run bundle && npm run build-md"
4848
}
4949
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module, [uncompressed](mdast-util-position.js) and
2020
* Supports index-based positional information patched by
2121
[**mdast-range**](https://github.com/wooorm/mdast-range);
2222

23-
* Supports [`indent`](https://github.com/wooorm/mdast/blob/master/doc/nodes.md#location).
23+
* Supports [`indent`](https://github.com/wooorm/mdast#location).
2424

2525
## Usage
2626

0 commit comments

Comments
 (0)