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 fba07ec commit bbe4f09Copy full SHA for bbe4f09
package.json
@@ -12,21 +12,18 @@
12
"util",
13
"utility"
14
],
15
- "dependencies": {
16
- "hast-util-is-element": "^1.0.0"
17
- },
18
- "files": [
19
- "index.js"
20
- ],
21
- "repository": {
22
- "type": "git",
23
- "url": "https://github.com/wooorm/hast-util-script-supporting.git"
24
+ "repository": "https://github.com/wooorm/hast-util-script-supporting",
25
"bugs": "https://github.com/wooorm/hast-util-script-supporting/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": {
+ "hast-util-is-element": "^1.0.0"
+ },
30
"devDependencies": {
31
"browserify": "^13.0.0",
32
"esmangle": "^1.0.1",
0 commit comments