Fix package.json

This commit is contained in:
Aria Minaei 2023-08-10 14:42:05 +02:00
parent f76df2d7bf
commit b73fd00aba

View file

@ -55,12 +55,12 @@
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
"node-gyp": "^9.1.0", "node-gyp": "^9.1.0",
"prettier": "^2.3.2", "prettier": "^2.3.2",
"sade": "^1.8.1",
"typescript": "5.1.6", "typescript": "5.1.6",
"yaml": "^2.3.1" "yaml": "^2.3.1"
}, },
"packageManager": "yarn@3.2.0", "packageManager": "yarn@3.2.0",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0"
"sade": "^1.8.1"
} }
} }