mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-09 01:31:55 +03:00
Replace with ructions
This commit is contained in:
parent
9e120dd99b
commit
42dbaf80f9
7 changed files with 20308 additions and 13686 deletions
13
package.json
13
package.json
|
@ -18,28 +18,29 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions-rs/cargo.git"
|
||||
"url": "git+https://github.com/ructions/cargo.git"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"rust",
|
||||
"cargo"
|
||||
],
|
||||
"author": "actions-rs",
|
||||
"author": "ructions",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions-rs/cargo/issues"
|
||||
"url": "https://github.com/ructions/cargo/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions-rs/core": "0.1.3",
|
||||
"@actions/cache": "^1.0.9",
|
||||
"@actions/core": "^1.2.4",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"string-argv": "^0.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^15.6.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.0.0",
|
||||
"@typescript-eslint/parser": "^3.10.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
||||
"@typescript-eslint/parser": "^5.12.0",
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"eslint": "^7.29.0",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue