react-joyride
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -236,3 +236,3 @@ var React = require('react'), | ||
if (s.selector.className) { | ||
s.selector = `.${s.selector.className.replace(' ', '.')}` | ||
s.selector = '.' + s.selector.className.replace(' ', '.'); | ||
} | ||
@@ -239,0 +239,0 @@ } |
{ | ||
"name": "react-joyride", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Create walkthroughs and guided tours for your apps", | ||
@@ -5,0 +5,0 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", |
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
63939