Skip to content

Commit fd110df

Browse files
committed
Move standard to devDependencies
1 parent 10b075c commit fd110df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"minimatch": "^9.0.0",
3737
"pidtree": "^0.6.0",
3838
"read-pkg": "^8.0.0",
39-
"shell-quote": "^1.7.3",
40-
"standard": "^17.1.0"
39+
"shell-quote": "^1.7.3"
4140
},
4241
"devDependencies": {
4342
"auto-changelog": "^2.2.0",
@@ -47,7 +46,8 @@
4746
"jsdoc": "^4.0.0",
4847
"mocha": "^10.0.0",
4948
"p-queue": "^7.3.4",
50-
"yarn": "^1.12.3"
49+
"yarn": "^1.12.3",
50+
"standard": "^17.1.0"
5151
},
5252
"repository": {
5353
"type": "git",

0 commit comments

Comments
 (0)