Comparing version 0.2.0 to 0.2.1
@@ -8,11 +8,11 @@ 'use strict'; | ||
return object[property]; | ||
} | ||
}; | ||
var defaultSetter = function(object, property, value) { | ||
object[property] = value; | ||
} | ||
}; | ||
var linearEasing = function(t) { | ||
return t; | ||
} | ||
}; | ||
@@ -19,0 +19,0 @@ var defaultOptions = { |
{ | ||
"name": "anymation", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Simple & easy animation/tweener", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"validate": "npm ls", | ||
"preflight": "npm run validate && npm run lint && npm run test && npm run cover" | ||
"preflight": "npm run validate && npm run lint && npm run test" | ||
}, | ||
@@ -24,3 +24,2 @@ "keywords": [ | ||
"dependencies": { | ||
"eases": "^1.0.8", | ||
"extend": "^3.0.0", | ||
@@ -27,0 +26,0 @@ "right-now": "^1.0.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
2
5100
- Removedeases@^1.0.8
- Removedeases@1.0.8(transitive)