Skip to content

Commit

Permalink
package.json: update the dependencies
Browse files Browse the repository at this point in the history
Add a dependency on slash for development purposes.
  • Loading branch information
compnerd committed May 9, 2021
1 parent f8ace83 commit b746021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"eslint-plugin-jsdoc": "^33.0.0",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"prettier": "^2.2.1"
"prettier": "^2.2.1",
"slash": "^3.0.0"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit b746021

Please sign in to comment.