node-inject-html
Advanced tools
Comparing version
@@ -44,3 +44,3 @@ "use strict"; | ||
commentEnd: { match: /-->/, lineBreaks: true, pop: 1 }, | ||
commentAny: { match: /./, lineBreaks: true }, | ||
commentAny: { match: /[^]/, lineBreaks: true }, | ||
}, | ||
@@ -47,0 +47,0 @@ }); |
@@ -22,3 +22,3 @@ import * as moo from 'moo'; | ||
commentEnd: { match: /-->/, lineBreaks: true, pop: 1 }, | ||
commentAny: { match: /./, lineBreaks: true }, | ||
commentAny: { match: /[^]/, lineBreaks: true }, | ||
}, | ||
@@ -25,0 +25,0 @@ }); |
{ | ||
"name": "node-inject-html", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Inject any HTML into <head> or <body>", | ||
@@ -5,0 +5,0 @@ "author": "drew@pow.rs", |
11467
0.03%