fela-plugin-extend
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "fela-plugin-extend", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Fela plugin to extend style objects", | ||
@@ -21,4 +21,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"fela": "1.1.0" | ||
"fela": "1.2.0" | ||
} | ||
} |
@@ -14,8 +14,8 @@ # fela-plugin-extend | ||
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 [npmcdn](https://npmcdn.com/). It registers a `FelaPluginExtend` 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 `FelaPluginExtend` global. | ||
```HTML | ||
<!-- Fela (Development): Unminified version including all warnings --> | ||
<script src="https://npmcdn.com/fela-plugin-extend@1.1.0/dist/fela-plugin-extend.js"></script> | ||
<script src="https://unpkg.com/fela-plugin-extend@1.2.0/dist/fela-plugin-extend.js"></script> | ||
<!-- Fela (Production): Minified version --> | ||
<script src="https://npmcdn.com/fela-plugin-extend@1.1.0/dist/fela-plugin-extend.min.js"></script> | ||
<script src="https://unpkg.com/fela-plugin-extend@1.2.0/dist/fela-plugin-extend.min.js"></script> | ||
``` | ||
@@ -22,0 +22,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
10345