mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-21 16:42:49 +00:00
fix package.json
This commit is contained in:
parent
6f837e9062
commit
91baa89272
2 changed files with 7 additions and 7 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gradle-command-action",
|
"name": "gradle-command-action",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gradle-command-action",
|
"name": "gradle-command-action",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
|
||||||
"description": "Execute Gradle Command Line",
|
"description": "Execute Gradle Command Line",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -10,14 +9,15 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/actions/javascript-template.git"
|
"url": "git+https://github.com/eskatos/gradle-command-action.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"github",
|
||||||
"actions",
|
"actions",
|
||||||
"node",
|
"github-actions",
|
||||||
"setup"
|
"gradle"
|
||||||
],
|
],
|
||||||
"author": "YourNameOrOrganization",
|
"author": "Paul Merlin <paul@nosphere.org>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "1.1.1",
|
"@actions/core": "1.1.1",
|
||||||
|
|
Loading…
Reference in a new issue