Skip to content

Commit 1c1f9d8

Browse files
committed
Rename mdast > remark
1 parent ed522e7 commit 1c1f9d8

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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,mdastrc,eslintrc,sh}]
11+
[*.{json,remarkrc,eslintrc,sh}]
1212
indent_size = 2
1313

1414
[*.md]
File renamed without changes.

.mdastrc renamed to .remarkrc

File renamed without changes.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"keywords": [
77
"retext",
8-
"mdast",
8+
"remark",
99
"unist",
1010
"inspect"
1111
],

history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--mdast setext-->
1+
<!--remark setext-->
22

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"keywords": [
77
"retext",
8-
"mdast",
8+
"remark",
99
"unist",
1010
"inspect"
1111
],
@@ -28,12 +28,12 @@
2828
"istanbul": "^0.3.0",
2929
"jscs": "^2.0.0",
3030
"jscs-jsdoc": "^1.0.0",
31-
"mdast": "^1.0.0",
32-
"mdast-comment-config": "^1.0.0",
33-
"mdast-github": "^1.0.0",
34-
"mdast-lint": "^1.0.0",
35-
"mdast-slug": "^1.0.0",
36-
"mdast-validate-links": "^1.0.0",
31+
"remark": "^4.0.0",
32+
"remark-comment-config": "^3.0.0",
33+
"remark-github": "^4.0.1",
34+
"remark-lint": "^3.0.0",
35+
"remark-slug": "^4.0.0",
36+
"remark-validate-links": "^3.0.0",
3737
"mocha": "^2.0.0",
3838
"retext": "^1.0.0-rc.2"
3939
},
@@ -47,7 +47,7 @@
4747
"lint-style": "jscs --reporter inline .",
4848
"lint": "npm run lint-api && npm run lint-style",
4949
"make": "npm run lint && npm run test-coverage",
50-
"build-md": "mdast .",
50+
"build-md": "remark . --quiet --frail",
5151
"build-bundle": "browserify index.js --bare -s unistUtilInspect > unist-util-inspect.js",
5252
"postbuild-bundle": "esmangle unist-util-inspect.js > unist-util-inspect.min.js",
5353
"build": "npm run build-md && npm run build-bundle"

0 commit comments

Comments
 (0)