diff --git a/rigger-roy.js b/rigger-roy.js index a80a5b6..063553d 100644 --- a/rigger-roy.js +++ b/rigger-roy.js @@ -32,10 +32,10 @@ var roy = {}; load["./macroexpand"] = function(exports) { //= src/macroexpand.js }; - load["./typeparser"] = function(exports) { + load["../lib/typeparser"] = function(exports) { //= lib/typeparser.js }; - load["./parser"] = function(exports) { + load["../lib/parser"] = function(exports) { //= lib/parser.js }; load["./typeinference"] = function(exports) {