File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ A way to truncate a json object. Useful for circular referenced objects.
66
77[ ![ npm] ( https://img.shields.io/npm/v/json-truncate.svg?maxAge=0&style=flat )] ( https://www.npmjs.com/package/json-truncate )
88[ ![ Main] ( https://github.com/mrsteele/json-truncate/actions/workflows/main.yml/badge.svg )] ( https://github.com/mrsteele/json-truncate/actions/workflows/main.yml )
9- [ ![ codecov] ( https://codecov.io/gh/mrsteele/json-truncate/branch/master/graph/badge.svg )] ( https://codecov.io/gh/mrsteele/json-truncate )
109[ ![ Dependency Status] ( https://david-dm.org/mrsteele/json-truncate.svg )] ( # )
1110[ ![ devDependency Status] ( https://david-dm.org/mrsteele/json-truncate/dev-status.svg )] ( https://david-dm.org/mrsteele/json-truncate#info=devDependencies )
1211[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg )] ( http://standardjs.com/ )
Original file line number Diff line number Diff line change 55 "main" : " json-truncate.js" ,
66 "scripts" : {
77 "lint" : " standard" ,
8- "coverage" : " nyc npm t && npm run coverage-report" ,
9- "coverage-report" : " nyc report --reporter=lcov" ,
108 "test" : " mocha" ,
119 "doc" : " jsdoc json-truncate.js -d docs" ,
1210 "predoc" : " rimraf docs"
4543 "chai" : " ^4.0.2" ,
4644 "jsdoc" : " ^3.6.3" ,
4745 "mocha" : " ^8.3.2" ,
48- "nyc" : " ^15.1.0" ,
4946 "rimraf" : " ^3.0.0" ,
5047 "standard" : " ^16.0.3"
5148 },
You can’t perform that action at this time.
0 commit comments