Get started

This commit is contained in:
Benoit Daloze
2020-01-01 16:54:25 +01:00
parent a2c514c40d
commit 179e85affc
10 changed files with 133 additions and 195 deletions
+13 -13
View File
@@ -1,34 +1,34 @@
{
"name": "javascript-action",
"version": "1.0.0",
"description": "JavaScript Action Template",
"name": "use-ruby-action",
"version": "0.1.0",
"description": "Download a prebuilt ruby and add it to $PATH",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"package": "ncc build index.js -o dist",
"test": "eslint index.js && jest"
"package": "ncc build index.js -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/javascript-action.git"
"url": "git+https://github.com/eregon/use-ruby-action.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
"Ruby"
],
"author": "GitHub",
"author": "Benoit Daloze",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions/javascript-action/issues"
"url": "https://github.com/eregon/use-ruby-action/issues"
},
"homepage": "https://github.com/actions/javascript-action#readme",
"homepage": "https://github.com/eregon/use-ruby-action",
"dependencies": {
"@actions/core": "^1.1.1"
"@actions/core": "^1.1.1",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2"
},
"devDependencies": {
"@zeit/ncc": "^0.20.5",
"eslint": "^6.3.0",
"jest": "^24.9.0"
"eslint": "^6.3.0"
}
}