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.
package.json
1 parent 0b8ef95 commit 1220844Copy full SHA for 1220844
package.json
@@ -5,11 +5,6 @@
5
"license": "MIT",
6
"keywords": [
7
"unist",
8
- "mdast",
9
- "markdown",
10
- "retext",
11
- "natural",
12
- "language",
13
"node",
14
"is",
15
"equal",
@@ -18,15 +13,16 @@
18
"util",
19
"utility"
20
],
21
- "files": [
22
- "index.js"
23
- ],
24
- "repository": "https://github.com/wooorm/unist-util-is.git",
16
+ "repository": "https://github.com/wooorm/unist-util-is",
25
17
"bugs": "https://github.com/wooorm/hast-util-to-html/issues",
26
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
27
"contributors": [
28
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
29
+ "files": [
+ "index.js"
+ ],
+ "dependencies": {},
30
"devDependencies": {
31
"browserify": "^13.0.1",
32
"esmangle": "^1.0.1",
0 commit comments