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

Commit f4e7bc5

Browse files
authored
Update index.js
1 parent 2e0c4f0 commit f4e7bc5

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)