Skip to content

Commit

Permalink
feat: add custom property to Config type
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDepuydt committed Aug 2, 2018
1 parent 58a94e2 commit 75129ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/botfuel-dialog/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export type Config = {|
spellchecking: string,
},
path: string,
custom: Object,
|};

const fs = require('fs');
Expand Down

0 comments on commit 75129ba

Please sign in to comment.