Skip to content

Commit

Permalink
Replace "director" with "director/build/director" for cjs (#3)
Browse files Browse the repository at this point in the history
This commit replaces the "director" module with "director/build/director". Per this issue: flatiron/director#332
  • Loading branch information
michaelgmcd authored and chenglou committed Jun 1, 2017
1 parent cca3d24 commit 18c8ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directorRe.re
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type t;

external makeRouter : Js.t {..} => t =
"Router" [@@bs.module "director"] [@@bs.new];
"Router" [@@bs.module "director/build/director"] [@@bs.new];

external init : t => string => unit = "init" [@@bs.send];

0 comments on commit 18c8ec7

Please sign in to comment.