Skip to content

Commit e71dd5b

Browse files
authored
Switch to babel style config
1 parent ad34ddc commit e71dd5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ const feed_options = {
3838
};
3939

4040
module.exports = {
41-
plugins: {
42-
'feed': feed_options
43-
},
41+
plugins: [
42+
[ 'feed', feed_options ]
43+
]
4444
}
4545
```
4646

0 commit comments

Comments
 (0)