Comparing version 1.7.1 to 1.7.2
@@ -64,6 +64,8 @@ function main(configuration) { | ||
logSource: function (source) { | ||
this.log("Source:\t%s\t%s:%s", | ||
info(source.file), | ||
info(source.start.line), | ||
info(source.start.column)); | ||
if(source != undefined){ | ||
this.log("Source:\t%s\t%s:%s", | ||
info(source.file), | ||
info(source.start.line), | ||
info(source.start.column)); | ||
} | ||
}, | ||
@@ -70,0 +72,0 @@ swap: function (value, a, b, options) { |
{ | ||
"author": "Mohammad Younes", | ||
"name": "rtlcss", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/MohammadYounes/rtlcss/issues?state=open", |
@@ -412,4 +412,7 @@ # RTLCSS [![GitHub version](https://badge.fury.io/gh/MohammadYounes%2Frtlcss.svg)](http://badge.fury.io/gh/MohammadYounes%2Frtlcss) [![NPM version](https://badge.fury.io/js/rtlcss.svg)](http://badge.fury.io/js/rtlcss) [![Build Status](https://travis-ci.org/MohammadYounes/rtlcss.svg?branch=master)](https://travis-ci.org/MohammadYounes/rtlcss) [![DEPENDENCIES](https://david-dm.org/MohammadYounes/rtlcss.svg)](https://david-dm.org/MohammadYounes/rtlcss) [![Twitter](https://img.shields.io/badge/follow-%40rtlcss-blue.svg)](https://twitter.com/rtlcss) | ||
## Release Notes | ||
* **v1.7.2** [04 Dec. 2015] | ||
* Fixes a compatibility issue with postcss-js (Fixes [#48](https://github.com/MohammadYounes/rtlcss/issues/48)). | ||
* **v1.7.1** [10 Nov. 2015] | ||
* Fixed a bug in flipping backgrounds having functions (Issue #45). | ||
* Fixed a bug in flipping backgrounds having functions (Issue [#45](https://github.com/MohammadYounes/rtlcss/issues/45)). | ||
@@ -416,0 +419,0 @@ * **v1.7.0** [19 Sep. 2015] |
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
123653
2381
527