mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
Removes unused devDependencies from package.json (#416)
* Removes unused devDependencies from package.json * Removes release section of package.json
This commit is contained in:
parent
77bab83f42
commit
d34ee148bc
2 changed files with 2 additions and 9338 deletions
9325
package-lock.json
generated
9325
package-lock.json
generated
File diff suppressed because it is too large
Load diff
15
package.json
15
package.json
|
|
@ -15,16 +15,6 @@
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"dist/**/*"
|
"dist/**/*"
|
||||||
],
|
],
|
||||||
"release": {
|
|
||||||
"branch": "main",
|
|
||||||
"plugins": [
|
|
||||||
"@semantic-release/commit-analyzer",
|
|
||||||
"@semantic-release/release-notes-generator",
|
|
||||||
"@semantic-release/github",
|
|
||||||
"@semantic-release/npm"
|
|
||||||
],
|
|
||||||
"ci": false
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/hashicorp/vault-action.git"
|
"url": "git+https://github.com/hashicorp/vault-action.git"
|
||||||
|
|
@ -53,12 +43,9 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@types/got": "^9.6.11",
|
|
||||||
"@types/jest": "^29.2.6",
|
|
||||||
"@vercel/ncc": "^0.36.0",
|
"@vercel/ncc": "^0.36.0",
|
||||||
"jest": "^29.3.1",
|
"jest": "^29.3.1",
|
||||||
"jest-when": "^3.5.2",
|
"jest-when": "^3.5.2",
|
||||||
"mock-http-server": "^1.4.5",
|
"mock-http-server": "^1.4.5"
|
||||||
"semantic-release": "^20.0.4"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue