@honkit/html
Advanced tools
+8
-9
| { | ||
| "name": "@honkit/html", | ||
| "version": "6.0.4", | ||
| "version": "6.1.2", | ||
| "description": "Parse HTML content for gitbook", | ||
@@ -34,8 +34,2 @@ "homepage": "https://github.com/honkit/honkit", | ||
| ], | ||
| "scripts": { | ||
| "build": "tsc -p .", | ||
| "clean": "rimraf lib/", | ||
| "test": "mocha", | ||
| "prepublish": "npm run --if-present build" | ||
| }, | ||
| "dependencies": { | ||
@@ -54,3 +48,8 @@ "cheerio": "^1.0.0", | ||
| }, | ||
| "gitHead": "2a3f084fd5908ac4a7efcecd4a1114888af6f871" | ||
| } | ||
| "scripts": { | ||
| "build": "tsc -p .", | ||
| "clean": "rimraf lib/", | ||
| "test": "mocha", | ||
| "prepublish": "npm run --if-present build" | ||
| } | ||
| } |
37939
-0.15%