Skip to content

Commit

Permalink
Merge pull request #94 from rtsao/patch-1
Browse files Browse the repository at this point in the history
Updated external-helpers package name in README
  • Loading branch information
Rich-Harris authored and Andarist committed Dec 25, 2019
1 parent 13b6969 commit cce4aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rollup-plugin-babel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ rollup.rollup({
...,
plugins: [
babel({
plugins: ['external-helpers-2'],
plugins: ['external-helpers'],
externalHelpers: true
})
]
Expand Down

0 comments on commit cce4aa1

Please sign in to comment.