Comparing version 1.3.0 to 1.3.1
@@ -14,3 +14,3 @@ /** @license MIT License (c) copyright 2011-2013 original author or authors */ | ||
* @author John Hann | ||
* @version 1.3.0 | ||
* @version 1.3.1 | ||
*/ | ||
@@ -334,3 +334,3 @@ (function (define) { | ||
* will be created if one does not already exist. | ||
* @param target {*} target containing a method with tthe supplied methodName | ||
* @param target {*} target containing a method with the supplied methodName | ||
* @param methodName {String} name of method on target for which to get an advisor | ||
@@ -337,0 +337,0 @@ * @return {Object|undefined} existing or newly created advisor for the supplied method |
{ | ||
"name": "meld", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "AOP for JS with before, around, on, afterReturning, afterThrowing, after advice, and pointcut support", | ||
@@ -44,4 +44,4 @@ "keywords": ["aop", "aspect", "cujo"], | ||
"devDependencies": { | ||
"buster": "~0.6", | ||
"jshint": "~1" | ||
"buster": "~0.7", | ||
"jshint": "~2" | ||
}, | ||
@@ -53,4 +53,4 @@ "main": "meld", | ||
"scripts": { | ||
"test": "jshint . && buster test -e node" | ||
"test": "jshint . && buster-test -e node" | ||
} | ||
} |
25948
7
631