Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "smarquee", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A smart scrolling marquee for audio players and other scrolling text needs.", | ||
@@ -9,3 +9,3 @@ "author": "Buddy Reno <thebudman84+smarquee@gmail.com> (https://buddyreno.dev)", | ||
"scripts": { | ||
"compile": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js && cp dist/smarquee.min.js demo", | ||
"compile": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js && cp dist/smarquee.min.js demo && cp dist/smarquee.min.js .", | ||
"test": "jest", | ||
@@ -81,3 +81,5 @@ "test-ci": "TZ='utc' jest --no-cache --coverage -w=4", | ||
}, | ||
"dependencies": {} | ||
"dependencies": { | ||
"smarquee": "^1.0.1" | ||
} | ||
} |
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
123258
30
1
+ Addedsmarquee@^1.0.1