Skip to content

Conversation

@ccouzens
Copy link
Contributor

Typescript types are usually only required at build time, and not runtime. But the old instructions would end up with the types being around at run-time.

From the npm install documentation

npm install saves any specified packages into dependencies by default.

Checklist

  • I have ensured my pull request is not behind the main or master branch of the original repository.
  • I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first.
  • I have written a commit message that passes commitlint linting.
  • I have ensured that my code changes pass linting tests.
  • I have ensured that my code changes pass unit tests.
  • I have described my pull request and the reasons for code changes along with context if necessary.

Typescript types are usually only required at build time, and not runtime.
But the old instructions would end up with the types being around at run-time.

From the [npm install documentation](https://docs.npmjs.com/cli/v6/commands/npm-install)

> `npm install` saves any specified packages into `dependencies` by default.
@3imed-jaberi 3imed-jaberi merged commit ae98680 into koajs:master Apr 2, 2023
@ccouzens ccouzens deleted the patch-1 branch April 3, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants