fela-plugin-fallback-value
Advanced tools
Comparing version 4.3.5 to 5.0.0
{ | ||
"name": "fela-plugin-fallback-value", | ||
"version": "4.3.5", | ||
"version": "5.0.0", | ||
"description": "Fela plugin to resolve fallback values", | ||
"module": "index.es2015.js", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"index.js", | ||
"lib/**", | ||
"dist/**" | ||
@@ -22,8 +23,6 @@ ], | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"fela": "4.3.5" | ||
}, | ||
"dependencies": { | ||
"css-in-js-utils": "^1.0.3" | ||
"css-in-js-utils": "^1.0.3", | ||
"fela-utils": "^5.0.0" | ||
} | ||
} | ||
} |
# fela-plugin-fallback-value | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-plugin-fallback-value.svg"> | ||
<img alt="gzipped size" src="https://img.shields.io/badge/gzipped-1.05kb-brightgreen.svg"> | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-plugin-fallback-value.svg"> <img alt="gzipped size" src="https://img.shields.io/badge/gzipped-1.05kb-brightgreen.svg"> | ||
@@ -7,0 +6,0 @@ Sometimes you want to provide alternative values also know as *fallback values*. <br> |
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
4518
4
21
61
+ Addedfela-utils@^5.0.0
+ Addedfela-utils@5.0.5(transitive)
- Removedfela@4.3.5(transitive)