Comparing version 3.3.0 to 3.3.1
@@ -5,3 +5,3 @@ { | ||
"author": "John Otander", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"main": "index.js", | ||
@@ -27,3 +27,3 @@ "files": [ | ||
}, | ||
"gitHead": "5604528037164f4b8eb81e8a5215c433c9814407" | ||
"gitHead": "3bd524dafcbebcedd46207d13baac80d022cfdd0" | ||
} |
@@ -16,4 +16,4 @@ # is-css [![Build Status](https://secure.travis-ci.org/cssstats/is-css.svg?branch=master)](https://travis-ci.org/cssstats/is-css) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
isCss('http://foo.bar/css-file.css') // => true | ||
isCss('some/path/to/a/css-file.css') // => true | ||
isCss('http://foo.bar/css-file.css') // => true | ||
isCss('some/path/to/a/css-file.css') // => true | ||
isCss('yikes/a/preprocessor.scss') // => false | ||
@@ -36,4 +36,4 @@ ``` | ||
*** | ||
--- | ||
> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2871