postcss-button
Advanced tools
Comparing version 0.3.11 to 0.3.12
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = void 0; | ||
var _postcss = _interopRequireDefault(require("postcss")); | ||
@@ -96,3 +101,3 @@ | ||
module.exports = _postcss.default.plugin('postcss-button', opts => { | ||
const postcssButton = _postcss.default.plugin('postcss-button', opts => { | ||
const options = { | ||
@@ -143,2 +148,5 @@ default: { | ||
}; | ||
}); | ||
}); | ||
var _default = postcssButton; | ||
exports.default = _default; |
{ | ||
"name": "postcss-button", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "A PostCSS plugin to create buttons.", | ||
@@ -67,3 +67,3 @@ "keywords": [ | ||
"targets": { | ||
"node": "6.10" | ||
"node": "10" | ||
} | ||
@@ -70,0 +70,0 @@ } |
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
18193
44
265