semantic-release-action/package.json
dependabot[bot] e958d83fdb
build(deps): bump @cycjimmy/awesome-js-funcs from 2.7.0 to 3.1.0
Bumps [@cycjimmy/awesome-js-funcs](https://github.com/cycjimmy/awesome-js-funcs) from 2.7.0 to 3.1.0.
- [Release notes](https://github.com/cycjimmy/awesome-js-funcs/releases)
- [Changelog](https://github.com/cycjimmy/awesome-js-funcs/blob/master/release.config.js)
- [Commits](https://github.com/cycjimmy/awesome-js-funcs/compare/v2.7.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@cycjimmy/awesome-js-funcs"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 00:00:56 +00:00

27 lines
759 B
JSON

{
"name": "@cycjimmy/semantic-release-action",
"version": "2.6.0",
"description": "GitHub Action for Semantic Release",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycjimmy/semantic-release-action.git"
},
"keywords": [
"semantic-release",
"action"
],
"author": "cycjimmy <cycjimmy@gmail.com> (https://github.com/cycjimmy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cycjimmy/semantic-release-action/issues"
},
"homepage": "https://github.com/cycjimmy/semantic-release-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@cycjimmy/awesome-js-funcs": "^3.1.0"
}
}