diff --git a/README.md b/README.md index 43d7399..47cd368 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ enb-bemxjst =========== +[![Greenkeeper badge](https://badges.greenkeeper.io/enb/enb-bemxjst.svg)](https://greenkeeper.io/) + [![NPM version](https://img.shields.io/npm/v/enb-bemxjst.svg?style=flat)](https://www.npmjs.org/package/enb-bemxjst) [![Build Status](https://img.shields.io/travis/enb/enb-bemxjst/master.svg?style=flat&label=tests)](https://travis-ci.org/enb/enb-bemxjst) [![Build status](https://img.shields.io/appveyor/ci/blond/enb-bemxjst.svg?style=flat&label=windows)](https://ci.appveyor.com/project/blond/enb-bemxjst) [![Coverage Status](https://img.shields.io/coveralls/enb/enb-bemxjst.svg?style=flat)](https://coveralls.io/r/enb/enb-bemxjst?branch=master) [![Dependency Status](https://img.shields.io/david/enb/enb-bemxjst.svg?style=flat)](https://david-dm.org/enb/enb-bemxjst) Пакет предоставляет набор [ENB](https://ru.bem.info/tools/bem/enb/)-технологий для сборки [BEMTREE](https://ru.bem.info/technology/bemtree/current/bemtree/)- и [BEMHTML](https://ru.bem.info/technology/bemhtml/current/reference/)-шаблонов в проектах, построенных по [методологии БЭМ](https://ru.bem.info/method/). diff --git a/package.json b/package.json index 4db2e30..0a8d91e 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ }, "dependencies": { "bem-xjst": "8.8.4", - "browserify": "13.3.0", + "browserify": "14.5.0", "file-eval": "1.2.0", "lodash": "4.17.4", - "vow": "0.4.15", + "vow": "0.4.17", "vow-node": "0.3.0" }, "devDependencies": { @@ -43,7 +43,7 @@ "eslint": "^4.8.0", "eslint-config-pedant": "^0.10.0", "jscs": "^3.0.3", - "mocha": "^3.0.2", + "mocha": "^4.0.1", "mock-enb": "^0.3.6", "mock-fs": "^4.1.0", "must": "^0.13.1",