Skip to content

Commit

Permalink
Move tsconfig node12 to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 27, 2020
1 parent dcfd7ff commit d3f83b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"homepage": "https://github.com/sveltejs/language-tools#readme",
"dependencies": {
"@tsconfig/node12": "^1.0.0",
"chalk": "^4.0.0",
"glob": "^7.1.6",
"minimist": "^1.2.5",
Expand All @@ -34,6 +33,7 @@
"test": "echo 'NOOP'"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.0",
"@types/glob": "^7.1.1",
"@types/minimist": "^1.2.0",
"typescript": "*"
Expand Down

0 comments on commit d3f83b0

Please sign in to comment.