fela-plugin-unit
Advanced tools
Comparing version 1.2.0 to 2.0.0
{ | ||
"name": "fela-plugin-unit", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "Fela plugin to automatically add units if required", | ||
@@ -24,4 +24,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"fela": "1.2.0" | ||
"fela": "2.0.0" | ||
} | ||
} |
@@ -15,8 +15,8 @@ # fela-plugin-unit | ||
Assuming you are using [npm](https://www.npmjs.com) as your package mananger you can just `npm install`.<br> | ||
Otherwise we also provide a [UMD](https://github.com/umdjs/umd). You can easily use it via [unpkg](https://unpkg.com/). It registers a `FelaPluginUnit` global. | ||
Otherwise we also provide a [UMD](https://github.com/umdjs/umd). You can easily use it via [unpkg](https://unpkg.com/). It registers a `FelaPluginUnit` global. | ||
```HTML | ||
<!-- Fela (Development): Unminified version including all warnings --> | ||
<script src="https://unpkg.com/fela-plugin-unit@1.2.0/dist/fela-plugin-unit.js"></script> | ||
<script src="https://unpkg.com/fela-plugin-unit@2.0.0/dist/fela-plugin-unit.js"></script> | ||
<!-- Fela (Production): Minified version --> | ||
<script src="https://unpkg.com/fela-plugin-unit@1.2.0/dist/fela-plugin-unit.min.js"></script> | ||
<script src="https://unpkg.com/fela-plugin-unit@2.0.0/dist/fela-plugin-unit.min.js"></script> | ||
``` | ||
@@ -23,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
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
17984