Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "to-style", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Convert style objects to style strings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
'use strict' | ||
var ustring = require('ustring') | ||
var camelize = ustring.camelize | ||
var hyphenate = ustring.hyphenate | ||
var toLowerFirst = ustring.toLowerFirst | ||
var toUpperFirst = ustring.toUpperFirst | ||
var camelize = require('./stringUtils/camelize') | ||
var hyphenate = require('./stringUtils/hyphenate') | ||
var toLowerFirst = require('./stringUtils/toLowerFirst') | ||
var toUpperFirst = require('./stringUtils/toUpperFirst') | ||
@@ -9,0 +8,0 @@ var prefixInfo = require('./prefixInfo') |
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
91706
30
2361