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

Commit 2e0c4f0

Browse files
committed
1.0.0
1 parent 10a156e commit 2e0c4f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-url-regex",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Regular expression for matching CSS urls.",
55
"main": "index.js",
66
"files": [

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# css-url-regex [![Build Status](https://travis-ci.org/cssstats/css-url-regex.svg?branch=master)](https://travis-ci.org/johnotander/css-url-regex) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
22

3-
A regular expression for matching CSS urls (`url(foo.css)`).
3+
A regular expression for matching CSS urls, `url(foo.css)`.
44

55
## Installation
66

0 commit comments

Comments
 (0)