Skip to content

Commit

Permalink
Fix demo.js demo message.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnikolov committed Dec 22, 2023
1 parent ac1148e commit 75a8635
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/demo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const demo = () =>
'Webpack Boilerplate v5.17.1 - SASS/PostCSS, ES6/7, browser sync, source code listing and more.';
const demo = () => 'Webpack Boilerplate v5.17.1 - SASS/PostCSS, ES6/7, browser sync.';

// eslint-disable-next-line no-console
console.log(demo());

0 comments on commit 75a8635

Please sign in to comment.