From 672a76e4c7908eff1f64c69aeb2525df42e01cdb Mon Sep 17 00:00:00 2001 From: zipang Date: Fri, 8 Sep 2017 10:39:02 +0200 Subject: [PATCH] `html2idom` wraps `htmlparser2` and Google's `incremental-dom` --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ab76ed9..d195076 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "dependencies": { "codemirror": "*", "codemirror-spell-checker": "*", + "html2idom": "https://github.com/zipang/html2IDOM", "marked": "*" }, "devDependencies": { @@ -30,16 +31,16 @@ "debug": "*", "eslint": "*", "gulp": "*", + "gulp-clean-css": "*", "gulp-concat": "*", "gulp-debug": "*", "gulp-eslint": "*", "gulp-header": "*", "gulp-jsbeautifier": "*", - "gulp-clean-css": "*", "gulp-rename": "*", "gulp-uglify": "*", - "vinyl-source-stream": "*", - "vinyl-buffer": "*" + "vinyl-buffer": "*", + "vinyl-source-stream": "*" }, "repository": { "type": "git",