fela-preset-web
Advanced tools
Comparing version 4.2.4 to 4.2.5
{ | ||
"name": "fela-preset-web", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"description": "Fela plugin preset for web applications", | ||
@@ -25,4 +25,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"fela": "4.2.4" | ||
"fela": "4.2.5" | ||
} | ||
} |
@@ -22,5 +22,5 @@ # fela-preset-web | ||
<!-- Fela (Development): Unminified version including all warnings --> | ||
<script src="https://unpkg.com/fela-preset-web@4.2.4/dist/fela-preset-web.js"></script> | ||
<script src="https://unpkg.com/fela-preset-web@4.2.5/dist/fela-preset-web.js"></script> | ||
<!-- Fela (Production): Minified version --> | ||
<script src="https://unpkg.com/fela-preset-web@4.2.4/dist/fela-preset-web.min.js"></script> | ||
<script src="https://unpkg.com/fela-preset-web@4.2.5/dist/fela-preset-web.min.js"></script> | ||
``` | ||
@@ -27,0 +27,0 @@ |