Fix package.json
This commit is contained in:
parent
f76df2d7bf
commit
b73fd00aba
1 changed files with 2 additions and 2 deletions
|
@ -55,12 +55,12 @@
|
|||
"lint-staged": "^13.0.3",
|
||||
"node-gyp": "^9.1.0",
|
||||
"prettier": "^2.3.2",
|
||||
"sade": "^1.8.1",
|
||||
"typescript": "5.1.6",
|
||||
"yaml": "^2.3.1"
|
||||
},
|
||||
"packageManager": "yarn@3.2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"sade": "^1.8.1"
|
||||
"@actions/core": "^1.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue