Skip to content

Commit 984f490

Browse files
committed
chore(release): 6.0.0
1 parent 312a9a1 commit 984f490

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-less",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "LESS parser for PostCSS",
55
"license": "MIT",
66
"repository": "shellscape/postcss-less",

test/integration.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ for (const site of sites) {
2222
const $ = cheerio.load(html);
2323

2424
const hrefs = $('head link[rel=stylesheet]')
25+
.filter((index, sheet) => !!sheet.attribs.href)
2526
.map((index, sheet) => {
2627
let { href } = sheet.attribs;
2728

0 commit comments

Comments
 (0)