xregexp-quotemeta
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "xregexp-quotemeta", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "\\Q..\\E (quotemeta) support for XRegExp", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mintern/xregexp-quotemeta", |
@@ -1,2 +0,2 @@ | ||
xregexp-quotemeta 1.0.0 | ||
xregexp-quotemeta 1.0.1 | ||
==================================== | ||
@@ -6,3 +6,3 @@ | ||
The functionality is added as an [XRegExp addon](http://xregexp.com/plugins/). | ||
The specific semantics of quotemeta support are described in slevithan/xregexp#85. | ||
The specific semantics of quotemeta support are described in [slevithan/xregexp#85](https://github.com/slevithan/xregexp/issues/85). | ||
@@ -15,3 +15,3 @@ ## Installation and usage | ||
<script src="xregexp-all.js"></script> | ||
<script src="xregexp-quotemeta-inject.js></script>" | ||
<script src="xregexp-quotemeta-inject.js"></script> | ||
``` | ||
@@ -18,0 +18,0 @@ |
4462