some minor fixes
This commit is contained in:
parent
fa7ccc3473
commit
489659c86f
3 changed files with 5 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
|
|
@ -35,5 +35,6 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
require("amd-loader");
|
||||
var test = require("asyncjs").test;
|
||||
test.walkTestCases(__dirname + "/..").exec();
|
||||
|
|
@ -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": [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue