File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66## v0.4.2
77- Keep devDependencies up to date
8+ - Add code climate integration
9+ - Add test coverage report
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ Immutable versions of normally mutable array methods
88[ ![ npm license] ( https://img.shields.io/npm/l/immutable-arrays.svg )] ( http://badge.fury.io/js/immutable-arrays )
99[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( http://makeapullrequest.com )
1010[ ![ Code Climate] ( https://codeclimate.com/github/georapbox/immutable-arrays/badges/gpa.svg )] ( https://codeclimate.com/github/georapbox/immutable-arrays )
11- [ ![ Test Coverage] ( https://codeclimate.com/github/georapbox/immutable-arrays/badges/coverage.svg )] ( https://codeclimate.com/github/georapbox/immutable-arrays/coverage )
1211[ ![ Dependencies] ( https://david-dm.org/georapbox/immutable-arrays.svg )] ( https://david-dm.org/georapbox/immutable-arrays )
1312[ ![ devDependency Status] ( https://david-dm.org/georapbox/immutable-arrays/dev-status.svg )] ( https://david-dm.org/georapbox/immutable-arrays#info=devDependencies )
1413
Original file line number Diff line number Diff line change 55 "main" : " lib/immutableArrays.js" ,
66 "scripts" : {
77 "test" : " mocha --compilers js:babel-core/register --colors ./test/*.spec.js" ,
8- "coverage" : " nyc mocha --compilers js:babel-core/register --colors ./test/*.spec.js" ,
9- "reporter" : " nyc report --reporter=html" ,
8+ "coverage" : " nyc --reporter=html --reporter=text npm test" ,
109 "build" : " webpack --env=build" ,
1110 "dev" : " webpack --env=dev" ,
1211 "watch" : " webpack --progress --colors --watch --env=dev" ,
You can’t perform that action at this time.
0 commit comments