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