From 929052a297a4ee4b5c1a967fa9956328a0c1eb71 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sun, 2 Feb 2020 12:44:37 -0500 Subject: [PATCH] remove non-ascii characters --- README.md | 2 +- rollup.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c740b88..234b074 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -*Psst — looking for a shareable component template? Go here --> [sveltejs/component-template](https://github.com/sveltejs/component-template)* +*Looking for a shareable component template? Go here --> [sveltejs/component-template](https://github.com/sveltejs/component-template)* --- diff --git a/rollup.config.js b/rollup.config.js index 2014437..ce3c9eb 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -19,7 +19,7 @@ export default { // enable run-time checks when not in production dev: !production, // we'll extract any component CSS out into - // a separate file — better for performance + // a separate file - better for performance css: css => { css.write('public/build/bundle.css'); } @@ -27,7 +27,7 @@ export default { // If you have external dependencies installed from // npm, you'll most likely need these plugins. In - // some cases you'll need additional configuration — + // some cases you'll need additional configuration - // consult the documentation for details: // https://github.com/rollup/plugins/tree/master/packages/commonjs resolve({