Skip to content

Commit 77e6ec0

Browse files
committed
[deps] add rimraf as a development dependency
1 parent dcc710d commit 77e6ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"homepage": "https://github.com/airbnb/javascript",
4242
"devDependencies": {
4343
"markdownlint": "^0.29.0",
44-
"markdownlint-cli": "^0.35.0"
44+
"markdownlint-cli": "^0.35.0",
45+
"rimraf": "^6.0.1"
4546
}
4647
}

0 commit comments

Comments
 (0)