Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
penglei committed Mar 21, 2014
1 parent 57765cd commit 878f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jencs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var fs = require('fs');
var path = require('path');

var CSInterpreter = require('jencs');
var CSInterpreter = require('../interpreter');
var Engine = CSInterpreter.Engine;
var AST = CSInterpreter.AST;

Expand Down

0 comments on commit 878f9c3

Please sign in to comment.