animationjs
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "animationjs", | ||
"description": "贝塞尔动画函数", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"contributors": [ | ||
@@ -39,2 +39,2 @@ { | ||
"main": "build/animationjs.common.js" | ||
} | ||
} |
@@ -29,4 +29,4 @@ 'use strict'; | ||
main: { | ||
src: ['<%= srcPath%>/animationjs.js'], | ||
dest: '<%= distPath%>/animationjs.debug.js' | ||
src: ['<%= srcPath%>/animation.js'], | ||
dest: '<%= distPath%>/animation.debug.js' | ||
} | ||
@@ -50,3 +50,3 @@ }, | ||
files: { | ||
'<%= distPath%>/animationjs.common.js': ['<%=distPath%>/animationjs.js'] | ||
'<%= distPath%>/animation.common.js': ['<%=distPath%>/animation.js'] | ||
} | ||
@@ -53,0 +53,0 @@ } |
{ | ||
"name": "animationjs", | ||
"description": "贝塞尔动画函数", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"contributors": [ | ||
@@ -6,0 +6,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23691