Skip to content

Commit 6f4e4c3

Browse files
committed
add link
1 parent 5b82ed9 commit 6f4e4c3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.verb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> {%= description %}
44
5+
Originally [posted here](https://github.com/less/less.js/issues/2339#issuecomment-67211009).
6+
57
## Install
68
{%= include("install-npm", {save: true}) %}
79

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# quoted-string-regex [![NPM version](https://badge.fury.io/js/quoted-string-regex.svg)](http://badge.fury.io/js/quoted-string-regex)
1+
# quoted-string-regex [![NPM version](https://badge.fury.io/js/quoted-string-regex.svg)](http://badge.fury.io/js/quoted-string-regex) [![Build Status](https://travis-ci.org/regexps/quoted-string-regex.svg)](https://travis-ci.org/regexps/quoted-string-regex)
22

33
> JavaScript regular expression for matching a quoted string.
44
5+
Originally [posted here](https://github.com/less/less.js/issues/2339#issuecomment-67211009).
6+
57
## Install
68

79
Install with [npm](https://www.npmjs.com/)
@@ -27,7 +29,7 @@ var regex = require('quoted-string-regex');
2729
//=> ['". // \' \\ . // \' \\ ."']
2830
```
2931

30-
## Similar projects
32+
## Related projects
3133

3234
* [copyright-regex](https://www.npmjs.com/package/copyright-regex): Regex for matching and parsing copyright statements. | [homepage](https://github.com/regexps/copyright-regex)
3335
* [todo-regex](https://www.npmjs.com/package/todo-regex): Regular expression for matching TODO statements in a string. | [homepage](https://github.com/regexps/todo-regex)

0 commit comments

Comments
 (0)