Skip to content

Commit

Permalink
MNT: Move vercel/ncc tp devDependencies (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 24, 2020
1 parent ce17749 commit b949c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"dependencies": {
"@actions/core": "1.2.6",
"@actions/github": "4.0.0",
"@vercel/ncc": "0.24.0"
"@actions/github": "4.0.0"
},
"devDependencies": {
"@vercel/ncc": "0.24.0",
"typescript": "4.0.2"
}
}

0 comments on commit b949c16

Please sign in to comment.