Skip to content

Commit 70f0c05

Browse files
committedMay 14, 2018
bump postcss for url sniffing option
1 parent 26d7a4c commit 70f0c05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Current options:
3535
* `amd.skipLazyLoaded`: tells the AMD detective to omit lazy-loaded dependencies (i.e., inner requires).
3636
* `es6.mixedImports`: allows for all dependencies to be fetched from a file that contains both CJS and ES6 imports.
3737
- Note: This will work for any file format that contains an es6 import.
38+
* `css.url`: tells the CSS detective to include `url()` references to images, fonts, etc.
3839

3940

4041
Finding non-JavaScript (ex: Sass and Stylus) dependencies:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"detective-cjs": "^2.0.0",
4040
"detective-es6": "^1.2.0",
4141
"detective-less": "^1.0.1",
42-
"detective-postcss": "^2.0.0",
42+
"detective-postcss": "^2.1.0",
4343
"detective-sass": "^2.0.0",
4444
"detective-scss": "^1.0.0",
4545
"detective-stylus": "^1.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.