mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-30 12:23:12 -08:00
chore: make nut-js optional
This commit is contained in:
parent
2afeae937d
commit
4d89b3c846
1 changed files with 3 additions and 1 deletions
|
|
@ -149,7 +149,6 @@
|
|||
"@material-ui/icons": "5.0.0-alpha.27",
|
||||
"@material-ui/lab": "5.0.0-alpha.27",
|
||||
"@material-ui/styled-engine-sc": "5.0.0-alpha.26",
|
||||
"@nut-tree/nut-js": "1.6.0",
|
||||
"@types/bluebird": "3.5.35",
|
||||
"@types/chai": "4.2.18",
|
||||
"@types/circular-dependency-plugin": "5.0.2",
|
||||
|
|
@ -237,5 +236,8 @@
|
|||
"webpack-node-externals": "^3.0.0",
|
||||
"webpack5-externals-plugin": "^1.0.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@nut-tree/nut-js": "1.6.0"
|
||||
},
|
||||
"private": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue