Skip to content

Commit

Permalink
chore: cleaning and organizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Apr 5, 2021
1 parent 7efa55e commit 33e290f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Empty file removed .github/workflows
Empty file.
File renamed without changes.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
"description": "A way to truncate a json object.",
"main": "json-truncate.js",
"scripts": {
"precommit": "npm run lint && npm run coverage",
"commit": "git-cz",
"lint": "standard",
"coverage": "nyc npm t && npm run coverage-report",
"coverage-report": "nyc report --reporter=lcov",
"test": "mocha",
"prebuild": "rimraf dist",
"doc": "jsdoc json-truncate.js -d docs",
"predoc": "rimraf docs",
"travis": "npm run precommit"
Expand Down Expand Up @@ -47,8 +44,6 @@
"homepage": "https://github.com/mrsteele/json-truncate#readme",
"devDependencies": {
"chai": "^4.0.2",
"commitizen": "^4.0.0",
"cz-conventional-changelog": "^3.0.0",
"jsdoc": "^3.6.3",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 33e290f

Please sign in to comment.