Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "azinc", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Simple Async Handling Library", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "node_modules/.bin/mocha" | ||
}, | ||
@@ -20,3 +20,6 @@ "repository": { | ||
"author": "Eugene Ware", | ||
"license": "BSD" | ||
"license": "BSD", | ||
"devDependencies": { | ||
"mocha": "~1.9.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
3384
1