We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a682f35 commit 253a7feCopy full SHA for 253a7fe
.mdastignore
@@ -1,5 +1,4 @@
1
# Dependencies.
2
-bower_components/
3
components/
4
5
# Tests.
.mdastrc
@@ -1,4 +1,5 @@
{
+ "output": true,
"plugins": [
"lint",
"github",
package.json
@@ -50,7 +50,7 @@
50
"make": "npm run lint && npm run test-coverage",
51
"bundle": "browserify --no-builtins -u esprima index.js -s mdastZone > mdast-zone.js",
52
"postbundle": "esmangle mdast-zone.js > mdast-zone.min.js",
53
- "build-md": "mdast . --output --quiet",
+ "build-md": "mdast . --quiet",
54
"build": "npm run build-md && npm run bundle"
55
}
56
0 commit comments