Comparing version 0.0.7 to 0.0.8
@@ -485,3 +485,3 @@ var walk = require('./walk.js'), | ||
} | ||
return sectionSemver; | ||
return sectionSemver.replace(/^\.|\.$|(\.0){1,}$/g, ''); | ||
} | ||
@@ -488,0 +488,0 @@ } |
{ | ||
"name": "distancss", | ||
"description": "Automated CSS styleguides generation heavily influences by KSS and *doc forked from node-kss", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"homepage": "http://xzyfer.github.com/distancss", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -135,2 +135,3 @@ /*global suite, test, setup, teardown*/ | ||
assert.equal(section.data.reference, section.data.header); | ||
console.log(section.data); | ||
}) | ||
@@ -137,0 +138,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
189615
2585