move exsiting dependnecy @types/node
from run-time to build-time
#165
Labels
bug
Something isn't working
@types/node
from run-time to build-time
#165
Describe the bug
the package currently requires
@types/node
for RUNTIME. this appeases to be an error.therefore, every productive installation of this package will install
@types/node
-- for what reason?!Caused by
xmlbuilder2/package.json
Line 33 in 9443dbf
To Reproduce
install this package without any dev nor optional dependencies, as a downstream dependency,
and you will find
@types/node
installedExpected behavior
no dev-dependencies are installed downstream.
Version:
Additional context
@types/node
is a dev dependency, that provides type hints digested by developer tools and TypeScript, on build-time.It is not required on run-time.
The text was updated successfully, but these errors were encountered: