Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -35,7 +35,7 @@ (function (global, factory) { | ||
/** | ||
/** | ||
* converts camel cased to dash cased properties | ||
* | ||
* @param {string} property - camel cased CSS property | ||
* @returns {string} dash cased CSS property | ||
* @returns {string} dash cased CSS property | ||
*/ | ||
@@ -48,3 +48,3 @@ function camelToDashCase(property) { | ||
/** | ||
/** | ||
* generates a valid CSS string containing styles | ||
@@ -51,0 +51,0 @@ * |
{ | ||
"name": "fela-dom", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "Fela package for working with the DOM", | ||
@@ -22,3 +22,6 @@ "main": "felaDOM.js", | ||
"author": "Robin Frischmann", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"fela": "^1.0.0-alpha.4" | ||
} | ||
} |
# fela-dom | ||
NPM package shipping DOM bindings for [Fela](https://github.com/rofrischmann/fela).<br> | ||
NPM package shipping DOM bindings for [Fela](https://github.com/rofrischmann/fela).<br> | ||
Check out the [repository](https://github.com/rofrischmann/fela) for further information. | ||
Check out the [Fela repository](https://github.com/rofrischmann/fela) for further information. |
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
33767
1