Skip to content

Commit

Permalink
Move @types to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 12, 2019
1 parent f94d24b commit 4939583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
"@babel/runtime": "7.1.2",
"@babel/runtime-corejs2": "7.1.2",
"@babel/template": "7.1.2",
"@types/loader-utils": "1.1.3",
"@types/node-fetch": "2.1.4",
"@types/rimraf": "2.0.2",
"ansi-html": "0.0.7",
"arg": "3.0.0",
"async-sema": "^2.1.4",
Expand Down Expand Up @@ -99,6 +96,9 @@
"react-dom": "^16.3.0"
},
"devDependencies": {
"@types/loader-utils": "1.1.3",
"@types/node-fetch": "2.1.4",
"@types/rimraf": "2.0.2",
"@babel/parser": "7.2.0",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
Expand Down

0 comments on commit 4939583

Please sign in to comment.