es6-tween
Advanced tools
Comparing version 2.2.4 to 2.2.5
{ | ||
"name": "es6-tween", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "ES6 implementation of amazing tween.js", | ||
"jsdelivr": "dist/Tween.min.js", | ||
"browser": "dist/Tween.min.js", | ||
"cdn": "dist/Tween.min.js", | ||
"main": "dist/Tween.min.js", | ||
@@ -6,0 +9,0 @@ "directories": { |
@@ -40,3 +40,5 @@ # es6-tween | ||
<!-- or may you want --> | ||
<script src="https://unpkg.com/es6-tween@latest/dist/Tween.min.js" defer></script> | ||
<script src="https://unpkg.com/es6-tween@latest" defer></script> | ||
<!-- or like this --> | ||
<script src="https://npmcdn.com/es6-tween@latest" defer></script> | ||
``` | ||
@@ -43,0 +45,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
309992
189