Skip to content

Commit 22d2205

Browse files
committed
fix dependency detection for css/scss files
1 parent 3d0d7ca commit 22d2205

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [unreleased]
99

10+
- fix dependency detection for css/scss files
11+
1012
## [[14.8.1-dev.1] - 2020-06-28]
1113

1214
- improve error handling

package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"is-array-buffer-x": "^1.0.13",
154154
"is-glob": "^4.0.0",
155155
"is-relative-path": "^2.0.0",
156+
"is-url": "^1.2.4",
156157
"isbinaryfile": "^4.0.4",
157158
"jest": "^26.0.1",
158159
"jest-environment-jsdom-fourteen": "^1.0.1",

0 commit comments

Comments
 (0)