Release v1.0.0
This commit is contained in:
parent
fc9adaeb2e
commit
4455a6d125
|
@ -1,8 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "action-spigotmc",
|
"name": "action-spigotmc",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "This GitHub Action allows you to easily compile Minecraft Spigot or Paper and install it in your runners local maven repository.",
|
||||||
"keywords": [],
|
"keywords": [
|
||||||
|
"github-actions",
|
||||||
|
"minecraft",
|
||||||
|
"spigot",
|
||||||
|
"papermc",
|
||||||
|
"continuous-integration"
|
||||||
|
],
|
||||||
"homepage": "https://github.com/SpraxDev/Action-SpigotMC#readme",
|
"homepage": "https://github.com/SpraxDev/Action-SpigotMC#readme",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,8 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "action-spigotmc",
|
"name": "action-spigotmc",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "This GitHub Action allows you to easily compile Minecraft Spigot or Paper and install it in your runners local maven repository.",
|
||||||
"keywords": [],
|
"keywords": [
|
||||||
|
"github-actions",
|
||||||
|
"minecraft",
|
||||||
|
"spigot",
|
||||||
|
"papermc",
|
||||||
|
"continuous-integration"
|
||||||
|
],
|
||||||
"homepage": "https://github.com/SpraxDev/Action-SpigotMC#readme",
|
"homepage": "https://github.com/SpraxDev/Action-SpigotMC#readme",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
Loading…
Reference in New Issue