5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06: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:
Austin Gebauer 2023-01-25 09:24:04 -08:00 committed by GitHub
parent 77bab83f42
commit d34ee148bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9338 deletions

9325
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -15,16 +15,6 @@
"src/**/*",
"dist/**/*"
],
"release": {
"branch": "main",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm"
],
"ci": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/hashicorp/vault-action.git"
@ -53,12 +43,9 @@
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@types/got": "^9.6.11",
"@types/jest": "^29.2.6",
"@vercel/ncc": "^0.36.0",
"jest": "^29.3.1",
"jest-when": "^3.5.2",
"mock-http-server": "^1.4.5",
"semantic-release": "^20.0.4"
"mock-http-server": "^1.4.5"
}
}