Publish dependencies license (#2)

* publish dependencies license

* add missed licenses
This commit is contained in:
Maxim Lobanov
2021-05-26 16:20:39 +03:00
committed by GitHub
parent a2705dedd1
commit 63abd0d521
29 changed files with 929 additions and 7 deletions

View File

@ -23,16 +23,16 @@
"homepage": "https://github.com/actions/publish-action#readme",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0"
"@actions/http-client": "^1.0.11",
"@actions/github": "^4.0.0",
"semver": "^7.3.5"
},
"devDependencies": {
"@actions/http-client": "^1.0.11",
"@types/jest": "^26.0.23",
"@types/semver": "^7.3.6",
"@vercel/ncc": "^0.28.5",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"semver": "^7.3.5",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
}