diff --git a/README.md b/README.md index e8b7944..35b233d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ enb-stylus ========== +[![Greenkeeper badge](https://badges.greenkeeper.io/enb/enb-stylus.svg)](https://greenkeeper.io/) + [![NPM version](http://img.shields.io/npm/v/enb-stylus.svg?style=flat)](http://www.npmjs.org/package/enb-stylus) [![Build Status](http://img.shields.io/travis/enb/enb-stylus/master.svg?style=flat&label=tests)](https://travis-ci.org/enb/enb-stylus) [![Build status](https://img.shields.io/appveyor/ci/blond/enb-stylus.svg?style=flat&label=windows)](https://ci.appveyor.com/project/blond/enb-stylus) [![Coverage Status](https://img.shields.io/coveralls/enb/enb-stylus.svg?style=flat)](https://coveralls.io/r/enb/enb-stylus?branch=master) [![Dependency Status](http://img.shields.io/david/enb/enb-stylus.svg?style=flat)](https://david-dm.org/enb/enb-stylus) Пакет предоставляет [ENB](https://ru.bem.info/tools/bem/enb-bem/)-технологию для сборки CSS- и Stylus-файлов в проектах, построенных по [методологии БЭМ](https://ru.bem.info/method/). diff --git a/package.json b/package.json index 60f1e23..8a2f88f 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ }, "dependencies": { "autoprefixer": "6.7.7", - "csswring": "4.2.3", - "es6-promise": "4.0.5", + "csswring": "5.1.1", + "es6-promise": "4.1.0", "nib": "1.1.2", - "postcss": "5.2.15", - "postcss-import": "7.1.3", - "postcss-url": "5.1.2", + "postcss": "5.2.16", + "postcss-import": "9.1.0", + "postcss-url": "6.0.4", "stylus": "0.54.5", "vow": "0.4.15" },