postcss-params
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,2 @@ module.exports = function flatten(ast) { | ||
if (all) return all.length > 1 ? { all: children } : children[0]; | ||
console.log("Throwing!"); | ||
throw new Error("Invalid node found in ast"); | ||
@@ -11,0 +10,0 @@ }; |
{ | ||
"name": "postcss-params", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Parse media-query-like params into PostCSS plugins", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,7 @@ | ||
[![Build Status](https://travis-ci.org/joeframbach/postcss-params.png?branch=master)](https://travis-ci.org/joeframbach/postcss-params) | ||
[![Coverage Status](https://coveralls.io/repos/github/joeframbach/postcss-params/badge.svg?branch=master)](https://coveralls.io/github/joeframbach/postcss-params?branch=master) | ||
[![npm version](https://img.shields.io/npm/v/postcss-params.svg)](https://www.npmjs.com/package/postcss-params) | ||
[![Build Status](https://img.shields.io/travis/joeframbach/postcss-params.svg)](https://travis-ci.org/joeframbach/postcss-params) | ||
[![Coverage Status](https://img.shields.io/coveralls/joeframbach/postcss-params.svg)](https://coveralls.io/github/joeframbach/postcss-params?branch=master) | ||
[![Code Climate](https://img.shields.io/codeclimate/github/joeframbach/postcss-params.svg)](https://codeclimate.com/github/joeframbach/postcss-params) | ||
[![dependencies Status](https://img.shields.io/david/joeframbach/postcss-params.svg)](https://david-dm.org/joeframbach/postcss-params) | ||
[![devDependencies Status](https://img.shields.io/david/dev/joeframbach/postcss-params.svg)](https://david-dm.org/joeframbach/postcss-params?type=dev) | ||
@@ -4,0 +8,0 @@ # PostCSS Params |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
98143
260
0
131