babel-helper-vue-jsx-merge-props
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -1,2 +0,2 @@ | ||
var nestRE = /^(attrs|props|on|class|style|staticAttrs)$/ | ||
var nestRE = /^(attrs|props|on|nativeOn|class|style)$/ | ||
@@ -3,0 +3,0 @@ module.exports = function mergeJSXProps (objs) { |
{ | ||
"name": "babel-helper-vue-jsx-merge-props", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "babel helper for vue jsx spread.", | ||
@@ -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
1144