Skip to content
Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 06 Oct 20:52
· 5 commits to main since this release
  • @types/node is now only a peerDependencies. This reduces the install size of inquirer dramatically for folks not using Typescript. It's unlikely to break your builds if you used TS already, if it does run npm install --dev @types/node/yarn add --dev @types/node.