Skip to content

Commit c97057f

Browse files
committed
package.json: update the dependencies
Add a dependency on slash for development purposes.
1 parent 66aa4fb commit c97057f

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
@@ -36,7 +36,8 @@
3636
"eslint-plugin-jsdoc": "^33.0.0",
3737
"fs-extra": "^9.1.0",
3838
"jest": "^26.6.3",
39-
"prettier": "^2.2.1"
39+
"prettier": "^2.2.1",
40+
"slash": "^4.0.0"
4041
},
4142
"eslintConfig": {
4243
"root": true,

0 commit comments

Comments
 (0)