some minor fixes

This commit is contained in:
Fabian Jakobs 2011-11-10 10:35:32 +01:00
commit 489659c86f
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -19,6 +19,7 @@ node_modules/asyncjs/
node_modules/jsdom/
node_modules/libxml/
node_modules/mime/
node_modules/dryice/
node_modules/uglify-js/
node_modules/.bin/

View file

@ -35,5 +35,6 @@
*
* ***** END LICENSE BLOCK ***** */
require("amd-loader");
var test = require("asyncjs").test;
test.walkTestCases(__dirname + "/..").exec();

View file

@ -15,10 +15,10 @@
},
"devDependencies": {
"asyncjs": "0.0.x",
"jsdom": "0.1.x",
"amd-loader": "0.0.x",
"jsdom": "0.2.x",
"amd-loader": ">=0.0.3",
"libxml": "0.0.x",
"dryice": ">=0.3.0"
"dryice": ">=0.3.1"
},
"licenses": [{