Skip to content

Commit 2d3204c

Browse files
committed
chore: tweaks
1 parent e499abe commit 2d3204c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
unsafe-perm=true
1+
22
save-prefix=~
33
save=false

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"should": "latest",
8282
"simple-git-hooks": "latest",
8383
"standard": "latest",
84-
"standard-markdown": "latest",
8584
"standard-version": "latest"
8685
},
8786
"engines": {
@@ -94,7 +93,7 @@
9493
"scripts": {
9594
"clean": "rm -rf node_modules",
9695
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
97-
"lint": "standard-markdown README.md && standard",
96+
"lint": "standard",
9897
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
9998
"pretest": "npm run lint",
10099
"release": "standard-version -a",
@@ -118,9 +117,6 @@
118117
"prettier-standard",
119118
"standard --fix"
120119
],
121-
"*.md": [
122-
"standard-markdown"
123-
],
124120
"package.json": [
125121
"finepack"
126122
]

0 commit comments

Comments
 (0)