Skip to content

Commit

Permalink
move to optional deps
Browse files Browse the repository at this point in the history
adlk committed Dec 12, 2024
1 parent 190a1b4 commit 90f4053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -68,7 +68,6 @@
"mobx-react-router": "3.1.2",
"moment": "2.30.1",
"ms": "2.1.1",
"node-mac-permissions": "2.4.0",
"normalize-url": "^1.9.1",
"npm": "6.14.8",
"pretty-bytes": "^4.0.2",
@@ -169,6 +168,9 @@
"webpack-dev-server": "3.1.14",
"webpack-node-externals": "1.7.2"
},
"optionalDependencies": {
"node-mac-permissions": "2.4.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"

0 comments on commit 90f4053

Please sign in to comment.