Skip to content

Commit

Permalink
Fixed issue with yui3docs commandline app
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass authored and jsjohnst committed Sep 19, 2010
1 parent 0db5f13 commit e344cdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cli.js
@@ -1,5 +1,8 @@
#!/usr/bin/env node
process.chdir(__dirname + '/lib/yui3/api/');

var yui3 = require('yui3-core');

process.chdir(yui3.path() + '/api/');

try {
var express = require('express');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "yui3",
"version": "0.5.4",
"version": "0.5.5",
"description": "YUI 3 Library on NodeJS",
"author": "Dav Glass <davglass@gmail.com>",
"bugs": { "web" : "http://github.com/davglass/nodejs-yui3/issues" },
Expand Down

0 comments on commit e344cdc

Please sign in to comment.