Skip to content

Commit

Permalink
export removed because it's now in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
martov1 authored Oct 20, 2016
1 parent 5ab4013 commit cb63f3f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1186,8 +1186,4 @@ function extend(out) {
return out;
};

// am I in a commonJS environment?
if(typeof exports === "object" && exports) {
// yep, i will export myself as a module.
module.exports = JustGage;
}

0 comments on commit cb63f3f

Please sign in to comment.