Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,6 @@ | ||
### 1.3.2 | ||
* Add test coverage | ||
* Reduce number of tags | ||
### 1.3.1 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "bem-names", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Advanced generator of BEM-like class names", | ||
@@ -10,2 +10,3 @@ "main": "dist/bem-names.js", | ||
"build": "rollup -c; NODE_ENV='production' rollup -c", | ||
"coverage": "NODE_ENV=test istanbul cover _mocha -- ./test/test.js --compilers js:babel-register --recursive", | ||
"lint": "eslint ." | ||
@@ -15,11 +16,5 @@ }, | ||
"bem", | ||
"class", | ||
"classname", | ||
"classnames", | ||
"react", | ||
"class", | ||
"css", | ||
"modules", | ||
"bemNames", | ||
"util", | ||
"utility" | ||
"generator" | ||
], | ||
@@ -45,2 +40,3 @@ "author": "Piotr Tomasz Monarski", | ||
"eslint": "4.0.0", | ||
"istanbul": "1.1.0-alpha.1", | ||
"mocha": "3.4.2", | ||
@@ -47,0 +43,0 @@ "rollup": "0.43.0", |
@@ -5,2 +5,3 @@ # bemNames | ||
[![npm version](https://badge.fury.io/js/bem-names.svg)](https://badge.fury.io/js/bem-names) | ||
[![Test Coverage](https://codeclimate.com/github/Monar/bem-names/badges/coverage.svg)](https://codeclimate.com/github/Monar/bem-names/coverage) | ||
@@ -7,0 +8,0 @@ Advanced generator of bem-like class names. `bemNames` can follow any BEM |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
371
143995
19