Comparing version 1.2.6 to 1.2.7
{ | ||
"name": "fp-stylus", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Stylus extension for Fepper", | ||
@@ -57,3 +57,3 @@ "main": "stylus~extend.js", | ||
"coveralls": "3.x", | ||
"eslint": "5.x", | ||
"eslint": "6.x", | ||
"fepper": "*", | ||
@@ -60,0 +60,0 @@ "fepper-utils": "*", |
@@ -283,3 +283,3 @@ 'use strict'; | ||
// Do not write sourcemaps if pref.stylus.sourcemap is falsey. | ||
// Do not write sourcemaps if pref.stylus.sourcemap is falsy. | ||
// Do not write sourcemaps if linenos === true, as the sourcemaps may be inaccurate and the linenos redundant. | ||
@@ -286,0 +286,0 @@ if (!pref.stylus.sourcemap || pref.stylus.linenos) { |
19889