Comparing version
@@ -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" |
2
-33.33%5100
-0.72%- Removed
- Removed