Skip to content

Commit

Permalink
fix: Embed typings module reference in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 11, 2016
1 parent c3c8a85 commit bfc18b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
/// <reference path="./typings/main.d.ts" />
__export(require("./lib/Core"));
__export(require("./lib/Model"));
__export(require("./lib/Instance"));
Expand Down
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference path="./typings/main.d.ts" />
export * from "./lib/Core";
export * from "./lib/Model";
export * from "./lib/Instance";
Expand Down

0 comments on commit bfc18b6

Please sign in to comment.