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