weex-styler
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -174,3 +174,3 @@ var util = require('./util') | ||
var LENGTH_REGEXP = /^[-+]?\d*\.?\d+(.*)$/ | ||
var LENGTH_REGEXP = /^[-+]?\d*\.?\d+(\S*)$/ | ||
var SUPPORT_CSS_UNIT = ['pt', 'wx'] | ||
@@ -177,0 +177,0 @@ |
{ | ||
"name": "weex-styler", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Weex <style> transformer", | ||
@@ -5,0 +5,0 @@ "main": "index.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
83238