Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
chore(create-next-app): remove stub type definitions (vercel#25139)
Browse files Browse the repository at this point in the history
[@types/next](https://www.npmjs.com/package/@types/next) is a stub types definition.
  • Loading branch information
jamesgeorge007 committed May 16, 2021
1 parent dd1cdfd commit fe0a17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-next-app/create-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export async function createApp({
* TypeScript projects will have type definitions and other devDependencies.
*/
if (typescript) {
devDependencies.push('typescript', '@types/react', '@types/next')
devDependencies.push('typescript', '@types/react')
}
/**
* Install package.json dependencies if they exist.
Expand Down

0 comments on commit fe0a17c

Please sign in to comment.