es6-tween
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "es6-tween", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "ES6 implementation of amazing tween.js", | ||
"main": "dist/TWEEN.js", | ||
"main": "dist/Tween.min.js", | ||
"directories": { | ||
@@ -7,0 +7,0 @@ "example": "examples" |
@@ -9,3 +9,3 @@ import buble from 'rollup-plugin-buble'; | ||
let moduleName = 'TWEEN'; | ||
let moduleName = 'Tween'; | ||
let destFile = 'dist/' + moduleName; | ||
@@ -24,4 +24,4 @@ | ||
dest: destFile, // equivalent to --output | ||
moduleName: moduleName, | ||
moduleName: 'Tween', | ||
plugins: plugins | ||
} |
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
Unpopular package
QualityThis package is not very popular.
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
309823
987
1