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 4511484 commit 488f10dCopy full SHA for 488f10d
package.json
@@ -11,21 +11,18 @@
11
"util",
12
"utility"
13
],
14
- "dependencies": {
15
- "hast-util-is-element": "^1.0.0"
16
- },
17
- "files": [
18
- "index.js"
19
- ],
20
- "repository": {
21
- "type": "git",
22
- "url": "https://github.com/syntax-tree/hast-util-embedded.git"
23
+ "repository": "syntax-tree/hast-util-embedded",
24
"bugs": "https://github.com/syntax-tree/hast-util-embedded/issues",
25
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
26
"contributors": [
27
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
28
+ "files": [
+ "index.js"
+ ],
+ "dependencies": {
+ "hast-util-is-element": "^1.0.0"
+ },
29
"devDependencies": {
30
"browserify": "^14.0.0",
31
"esmangle": "^1.0.1",
0 commit comments