Commit a801719f by Adeel

Code: Fixes version string format.

parent 75d46227
......@@ -102,7 +102,7 @@ function getBinaryUrl() {
function getVersionInfo() {
return [
['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);
}
......
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