Skip to content

Commit

Permalink
Update to YUI 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Apr 9, 2013
1 parent 7cf320c commit 783c83f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"main": "./lib/index",
"bin" : { "yuidoc" : "./lib/cli.js" },
"dependencies": {
"yui": "3.9.0pr1",
"yui": "3.9.1",
"rimraf": "~2.0.0",
"node-markdown": "~0.1.0",
"minimatch": "~0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ suite.add(new YUITest.TestCase({
Assert.isTrue(suite._setupComplete);
});
}
},500);
},10);
this.wait();
},
'test: Directories': function() {
Expand Down
4 changes: 2 additions & 2 deletions themes/default/theme.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"yuiGridsUrl": "http://yui.yahooapis.com/3.8.0/build/cssgrids/cssgrids-min.css",
"yuiSeedUrl": "http://yui.yahooapis.com/combo?3.8.0/build/yui/yui-min.js"
"yuiGridsUrl": "http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css",
"yuiSeedUrl": "http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"
}

0 comments on commit 783c83f

Please sign in to comment.