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

Commit

Permalink
fix(@mikojs/changelog-action): move to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HsuTing committed Jul 9, 2023
1 parent 32366d5 commit 0d5c273
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions changelog/package.json
@@ -1,12 +1,10 @@
{
"private": true,
"name": "@mikojs/changelog-action",
"version": "0.0.0",
"packageManager": "yarn@3.6.1",
"scripts": {
"build": "napi build --release"
},
"dependencies": {
"devDependencies": {
"@napi-rs/cli": "^2.16.1"
}
}

0 comments on commit 0d5c273

Please sign in to comment.