postcss-value-parser
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -55,4 +55,4 @@ var tokenize = require('./tokenize'); | ||
module.exports.trim = trim; | ||
module.exports.trim = require('./trim'); | ||
module.exports.stringify = stringify; |
{ | ||
"name": "postcss-value-parser", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Transforms css values and at-rule params into the tree", | ||
@@ -5,0 +5,0 @@ "main": "lib/parser.js", |
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
13705