refactor(package.json): add optional dependency for Windows
This commit is contained in:
parent
28cb37a4ee
commit
c693dccb02
1 changed files with 4 additions and 1 deletions
|
@ -96,5 +96,8 @@
|
||||||
"app/dist"
|
"app/dist"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"version": "3.6.0"
|
"version": "3.6.0",
|
||||||
|
"optionalDependencies": {
|
||||||
|
"win-node-env": "^0.4.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue