Skip to content

Commit 4836f1a

Browse files
authored
Merge pull request #22 from Kikobeats/next
chore: update dependencies
2 parents 60cdd6d + 85e2763 commit 4836f1a

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

coverage/tmp/coverage-47536-1705442151546-0.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

coverage/tmp/coverage-47537-1705442151371-0.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
],
3737
"dependencies": {
3838
"charset": "~1.0.1",
39-
"iconv-lite": "~0.6.3",
39+
"iconv-lite": "~0.7.0",
4040
"is-buffer": "~2.0.5",
41-
"jschardet": "~3.1.0"
41+
"jschardet": "~3.1.4"
4242
},
4343
"devDependencies": {
4444
"@commitlint/cli": "latest",
@@ -54,7 +54,6 @@
5454
"nano-staged": "latest",
5555
"simple-git-hooks": "latest",
5656
"standard": "latest",
57-
"standard-markdown": "latest",
5857
"standard-version": "latest"
5958
},
6059
"files": [
@@ -65,7 +64,7 @@
6564
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
6665
"coveralls": "nyc report --reporter=text-lcov | coveralls",
6766
"dev": "nodemon --exec \"npm start\" -e \"js\"",
68-
"lint": "standard-markdown README.md && standard",
67+
"lint": "standard",
6968
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
7069
"prelint": "npm run pretty",
7170
"pretest": "npm run lint",
@@ -92,9 +91,6 @@
9291
"prettier-standard",
9392
"standard --fix"
9493
],
95-
"*.md": [
96-
"standard-markdown"
97-
],
9894
"package.json": [
9995
"finepack"
10096
]

0 commit comments

Comments
 (0)