css-injector
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "css-injector", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -8,3 +8,3 @@ "description": "Creates stylesheets out of strings", | ||
"type": "git", | ||
"url": "git://joneit.com/openfin/css-injector.git" | ||
"url": "https://github.com/joneit/css-injector" | ||
}, | ||
@@ -11,0 +11,0 @@ "scripts": { |
@@ -10,3 +10,3 @@ # css-injector | ||
```javascript | ||
cssInjector(stylesheet _[_ , id _[_ , refereneceElement _] ]_ ); | ||
cssInjector(stylesheet [ , id [ , refereneceElement ] ] ); | ||
``` | ||
@@ -13,0 +13,0 @@ where: |
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
9305