Moved src/*.coffee under src/coffee-script/ so that lib can be added to $NODE_PATH and only expose the top-level coffee-script namespace. Fixes #1246

This commit is contained in:
gfxmonk
2011-07-05 21:58:04 +10:00
parent 18ab569b2d
commit ab17f41652
32 changed files with 16 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
# Ensure that the OptionParser handles arguments correctly.
return unless require?
{OptionParser} = require './../lib/optparse'
{OptionParser} = require './../lib/coffee-script/optparse'
opt = new OptionParser [
['-r', '--required [DIR]', 'desc required']