We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
copyright
1 parent 580f2f6 commit 42654b3Copy full SHA for 42654b3
scss-to-css/node.js/src/cli.js
@@ -4,7 +4,7 @@
4
'use strict'
5
6
const pkgName = '@adamlui/scss-to-css',
7
- copyright = '© 2024 Adam Lui & contributors under the MIT license.',
+ copyright = '© 2024–2025 Adam Lui & contributors under the MIT license.',
8
cmdFormat = 'scss-to-css [inputPath] [outputPath] [options]',
9
srcURL = 'https://code.scsstocss.org/node.js',
10
docURL = 'https://docs.scsstocss.org/node.js/#-command-line-usage'
0 commit comments