mirror of
https://github.com/sparksp/elm-format-action.git
synced 2024-11-30 22:15:20 +03:00
Update package and author details
This commit is contained in:
parent
3355e62957
commit
a4f76d4658
3
LICENSE
3
LICENSE
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2018 GitHub, Inc. and contributors
|
Copyright (c) 2020 Phill Sparks
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
18
package.json
18
package.json
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "typescript-action",
|
"name": "elm-format-action",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"description": "Validate Elm code is formatted correctly",
|
||||||
"description": "TypeScript template action",
|
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
@ -13,16 +12,19 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"all": "run-s build format lint pack test"
|
"all": "run-s build format lint pack test"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://github.com/sparksp/elm-format-action#readme",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/sparksp/elm-format-action/issues"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/actions/typescript-action.git"
|
"url": "git+https://github.com/sparksp/elm-format-action.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"actions",
|
"actions",
|
||||||
"node",
|
"elm-format"
|
||||||
"setup"
|
|
||||||
],
|
],
|
||||||
"author": "YourNameOrOrganization",
|
"author": "Phill Sparks <me@phills.me.uk> (https://github.com/sparksp)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.0",
|
"@actions/core": "^1.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user