Comparing version 4.1.3 to 4.1.4
@@ -0,1 +1,4 @@ | ||
## 4.1.4 | ||
* Fix Promise polyfill dependency (by Anton Yakushev and Matija Marohnić). | ||
## 4.1.3 | ||
@@ -2,0 +5,0 @@ * Add Promise polyfill for node.js 0.10 and IE. |
{ | ||
"name": "postcss", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Tool for transforming CSS with JS plugins", | ||
@@ -22,2 +22,3 @@ "keywords": [ | ||
"dependencies": { | ||
"es6-promise": "~2.0.1", | ||
"source-map": "~0.4.2", | ||
@@ -32,3 +33,2 @@ "js-base64": "~2.1.7" | ||
"gulp-eslint": "0.6.0", | ||
"es6-promise": "2.0.1", | ||
"browserify": "9.0.7", | ||
@@ -57,3 +57,3 @@ "gulp-babel": "5.0.0", | ||
"chai": "2.2.0", | ||
"babel": "5.0.8" | ||
"babel-core": "5.0.8" | ||
}, | ||
@@ -60,0 +60,0 @@ "scripts": { |
@@ -311,2 +311,3 @@ # PostCSS [](https://travis-ci.org/postcss/postcss) [](https://gitter.im/postcss/postcss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
and only one `@charset` rule at the top of file. | ||
* [`postcss-spiffing`] lets you use British English in your CSS | ||
* [`rtlcss`] mirrors styles for right-to-left locales. | ||
@@ -387,2 +388,3 @@ | ||
[`doiuse`]: https://github.com/anandthakker/doiuse | ||
[`postcss-spiffing`]: https://github.com/HashanP/postcss-spiffing | ||
@@ -389,0 +391,0 @@ ## Usage |
183873
29
498
3
+ Addedes6-promise@~2.0.1
+ Addedes6-promise@2.0.1(transitive)