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 2920dd0 commit 7c65d86Copy full SHA for 7c65d86
.eslintignore
@@ -1,6 +1,4 @@
1
-build/
2
components/
3
coverage/
4
-build.js
5
mdast-util-to-string.js
6
mdast-util-to-string.min.js
.gitignore
@@ -1,8 +1,6 @@
.DS_Store
*.log
bower_components/
7
node_modules/
8
bower.json
@@ -23,11 +23,9 @@
23
".*",
24
"*.log",
25
"*.md",
26
- "build/",
27
"components/",
28
"coverage/",
29
"node_modules/",
30
- "build.js",
31
"index.js",
32
"test.js",
33
"component.json",
0 commit comments