Skip to content

Commit

Permalink
Replace "director" with "director/build/director" for cjs
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 May 13, 2017
1 parent cca3d24 commit 5a13c4d
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 5a13c4d

Please sign in to comment.