Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 929052a

Browse files
committed
remove non-ascii characters
1 parent d78108c commit 929052a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Psst — looking for a shareable component template? Go here --> [sveltejs/component-template](https://github.com/sveltejs/component-template)*
1+
*Looking for a shareable component template? Go here --> [sveltejs/component-template](https://github.com/sveltejs/component-template)*
22

33
---
44

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ export default {
1919
// enable run-time checks when not in production
2020
dev: !production,
2121
// we'll extract any component CSS out into
22-
// a separate file better for performance
22+
// a separate file - better for performance
2323
css: css => {
2424
css.write('public/build/bundle.css');
2525
}
2626
}),
2727

2828
// If you have external dependencies installed from
2929
// npm, you'll most likely need these plugins. In
30-
// some cases you'll need additional configuration
30+
// some cases you'll need additional configuration -
3131
// consult the documentation for details:
3232
// https://github.com/rollup/plugins/tree/master/packages/commonjs
3333
resolve({

0 commit comments

Comments
 (0)