Skip to content

Commit

Permalink
fix: exported items should be a function, not set of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 22, 2019
1 parent 2b33c0a commit 860d546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
prepare: require("./prepare"),
prepare: require("./prepare").default,
publish: require("./publish"),
verifyConditions: require("./verify-conditions"),
};

0 comments on commit 860d546

Please sign in to comment.