We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a156e commit 2e0c4f0Copy full SHA for 2e0c4f0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-url-regex",
3
- "version": "0.0.1",
+ "version": "1.0.0",
4
"description": "Regular expression for matching CSS urls.",
5
"main": "index.js",
6
"files": [
readme.md
# css-url-regex [](https://travis-ci.org/johnotander/css-url-regex) [](https://github.com/feross/standard)
-A regular expression for matching CSS urls (`url(foo.css)`).
+A regular expression for matching CSS urls, `url(foo.css)`.
## Installation
0 commit comments