File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules /
22.DS_Store
3+ coverage /
Original file line number Diff line number Diff line change 1- # html-differ [ ![ Build Status] ( https://travis-ci.org/bem/html-differ.svg )] ( https://travis-ci.org/bem/html-differ )
1+ # html-differ [ ![ Build Status] ( https://travis-ci.org/bem/html-differ.svg )] ( https://travis-ci.org/bem/html-differ ) [ ![ Coverage Status ] ( https://img.shields.io/coveralls/bem/html-differ.svg )] ( https://coveralls.io/r/bem/html-differ )
22
33Сompares two ``` html-files ``` .
44
Original file line number Diff line number Diff line change 2323 "url" : " git://github.com/eGavr/html-differ.git"
2424 },
2525 "scripts" : {
26- "test" : " mocha test"
26+ "test" : " npm run func-test && npm run cover" ,
27+ "func-test" : " mocha test" ,
28+ "cover" : " istanbul cover _mocha -- test"
2729 },
2830 "dependencies" : {
2931 "vow" : " 0.4.3" ,
3335 "coa" : " 0.4.0" ,
3436 "diff" : " 1.0.8" ,
3537 "colors" : " 0.6.2" ,
36- "lodash" : " 2.4.1"
38+ "lodash" : " 2.4.1" ,
39+ "istanbul" : " 0.3.0"
3740 },
3841 "devDependencies" : {
3942 "mocha" : " 1.18.2" ,
You can’t perform that action at this time.
0 commit comments