Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion coverage/tmp/coverage-47536-1705442151546-0.json

This file was deleted.

1 change: 0 additions & 1 deletion coverage/tmp/coverage-47537-1705442151371-0.json

This file was deleted.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
],
"dependencies": {
"charset": "~1.0.1",
"iconv-lite": "~0.6.3",
"iconv-lite": "~0.7.0",
"is-buffer": "~2.0.5",
"jschardet": "~3.1.0"
"jschardet": "~3.1.4"
},
"devDependencies": {
"@commitlint/cli": "latest",
Expand All @@ -54,7 +54,6 @@
"nano-staged": "latest",
"simple-git-hooks": "latest",
"standard": "latest",
"standard-markdown": "latest",
"standard-version": "latest"
},
"files": [
Expand All @@ -65,7 +64,7 @@
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"dev": "nodemon --exec \"npm start\" -e \"js\"",
"lint": "standard-markdown README.md && standard",
"lint": "standard",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"prelint": "npm run pretty",
"pretest": "npm run lint",
Expand All @@ -92,9 +91,6 @@
"prettier-standard",
"standard --fix"
],
"*.md": [
"standard-markdown"
],
"package.json": [
"finepack"
]
Expand Down