vanilla-marquee
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "vanilla-marquee", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/js-marquee.js", |
@@ -1,2 +0,2 @@ | ||
# js-marquee | ||
# vanilla-marquee | ||
@@ -8,3 +8,3 @@ An es5 vanilla-js implementation of [jQuery.marquee](https://github.com/aamirafridi/jQuery.Marquee/blob/master/) | ||
``` | ||
npm i js-marquee | ||
npm i vanilla-marquee | ||
``` | ||
@@ -15,3 +15,3 @@ | ||
``` | ||
import maqruee from 'js-marquee' | ||
import maqruee from 'vanilla-marquee' | ||
@@ -39,3 +39,3 @@ new marquee( element, { | ||
'src/**', // src folder | ||
/node_modules\/.+(js-marquee|matt-utils)/, | ||
/node_modules\/.+(vanilla-marquee|matt-utils)/, | ||
] | ||
@@ -42,0 +42,0 @@ }), |
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
27069