Skip to content

Commit b949c16

Browse files
authored
MNT: Move vercel/ncc tp devDependencies (#48)
1 parent ce17749 commit b949c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"dependencies": {
1010
"@actions/core": "1.2.6",
11-
"@actions/github": "4.0.0",
12-
"@vercel/ncc": "0.24.0"
11+
"@actions/github": "4.0.0"
1312
},
1413
"devDependencies": {
14+
"@vercel/ncc": "0.24.0",
1515
"typescript": "4.0.2"
1616
}
1717
}

0 commit comments

Comments
 (0)