Commit a801719f by Adeel

Code: Fixes version string format.

parent 75d46227
...@@ -102,7 +102,7 @@ function getBinaryUrl() { ...@@ -102,7 +102,7 @@ function getBinaryUrl() {
function getVersionInfo() { function getVersionInfo() {
return [ return [
['node-sass', package.version, '(Wrapper)', '[JavaScript]'].join('\t'), ['node-sass', package.version, '(Wrapper)', '[JavaScript]'].join('\t'),
['libsass ', package.libsass, '\t(Sass Compiler)', '[C/C++]'].join('\t'), ['libsass ', package.libsass, '(Sass Compiler)', '[C/C++]'].join('\t'),
].join(eol); ].join(eol);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment