Skip to content

Commit 33e290f

Browse files
committed
chore: cleaning and organizing
1 parent 7efa55e commit 33e290f

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows

Whitespace-only changes.
File renamed without changes.

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44
"description": "A way to truncate a json object.",
55
"main": "json-truncate.js",
66
"scripts": {
7-
"precommit": "npm run lint && npm run coverage",
8-
"commit": "git-cz",
97
"lint": "standard",
108
"coverage": "nyc npm t && npm run coverage-report",
119
"coverage-report": "nyc report --reporter=lcov",
1210
"test": "mocha",
13-
"prebuild": "rimraf dist",
1411
"doc": "jsdoc json-truncate.js -d docs",
1512
"predoc": "rimraf docs",
1613
"travis": "npm run precommit"
@@ -47,8 +44,6 @@
4744
"homepage": "https://github.com/mrsteele/json-truncate#readme",
4845
"devDependencies": {
4946
"chai": "^4.0.2",
50-
"commitizen": "^4.0.0",
51-
"cz-conventional-changelog": "^3.0.0",
5247
"jsdoc": "^3.6.3",
5348
"mocha": "^8.3.2",
5449
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)