Skip to content
This repository was archived by the owner on Mar 28, 2018. It is now read-only.

Commit d8287ab

Browse files
authored
Merge pull request #2 from strarsis/patch-1
Add capture group
2 parents 2e0c4f0 + f4e7bc5 commit d8287ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict'
22

33
module.exports = function () {
4-
return /url\(.*?\)/ig
4+
return /url\((.*?)\)/ig
55
}

0 commit comments

Comments
 (0)