Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit e69cbd3

Browse files
authored
Merge pull request #54 from netlify/exposeMethods
export methods for usage in CLI
2 parents 3f316fc + 807f042 commit e69cbd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ methods.forEach(method => {
116116
})
117117

118118
module.exports = NetlifyAPI
119+
120+
module.exports.methods = methods

0 commit comments

Comments
 (0)