Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 992ecaf

Browse files
chiefcllfrostney
authored andcommitted
Fix comma in documentation (#23)
1 parent dd0802b commit 992ecaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ import alias from 'rollup-plugin-alias';
5151
rollup({
5252
entry: './src/index.js',
5353
plugins: [alias({
54-
resolve: ['.jsx', '.js']
55-
foo: './bar', // Will check for ./bar.jsx and ./bar.js
54+
resolve: ['.jsx', '.js'],
55+
foo: './bar' // Will check for ./bar.jsx and ./bar.js
5656
})],
5757
});
5858
```

0 commit comments

Comments
 (0)