mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08:17 +00:00
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.3 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com>
36 lines
867 B
JSON
36 lines
867 B
JSON
{
|
|
"name": "semantic-version",
|
|
"version": "1.0.0",
|
|
"description": "Semantic Version GitHub Action",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint index.js",
|
|
"package": "ncc build index.js -o dist",
|
|
"test": "eslint index.js && jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paulhatch/semantic-version.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"JavaScript"
|
|
],
|
|
"author": "Paul Hatcherian",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/paulhatch/semantic-version/issues"
|
|
},
|
|
"homepage": "https://github.com/paulhatch/semantic-version#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/exec": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.20.5",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-jest": "^23.8.2",
|
|
"jest": "^24.9.0"
|
|
}
|
|
}
|