Skip to content

Commit 253a7fe

Browse files
committed
Refactor internal usage of mdast
1 parent a682f35 commit 253a7fe

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.mdastignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Dependencies.
2-
bower_components/
32
components/
43

54
# Tests.

.mdastrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"output": true,
23
"plugins": [
34
"lint",
45
"github",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"make": "npm run lint && npm run test-coverage",
5151
"bundle": "browserify --no-builtins -u esprima index.js -s mdastZone > mdast-zone.js",
5252
"postbundle": "esmangle mdast-zone.js > mdast-zone.min.js",
53-
"build-md": "mdast . --output --quiet",
53+
"build-md": "mdast . --quiet",
5454
"build": "npm run build-md && npm run bundle"
5555
}
5656
}

0 commit comments

Comments
 (0)