Skip to content

Commit

Permalink
reverted fix #60 (???)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemos committed Sep 25, 2015
1 parent f896661 commit db8e9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm/Package.hx
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ class Package {
}

@:autoBuild(npm.Include.build())
extern interface Require<P,V> {}
extern interface Require<Const,Const> {}

@:autoBuild(npm.Include.build())
extern interface RequireNamespace<P,V> {}
extern interface RequireNamespace<Const,Const> {}

0 comments on commit db8e9af

Please sign in to comment.