Update package and author details

This commit is contained in:
Phill Sparks 2020-05-30 10:07:09 +01:00
parent 3355e62957
commit a4f76d4658
No known key found for this signature in database
GPG Key ID: DA53DF9BB8928B10
2 changed files with 12 additions and 11 deletions

View File

@ -1,7 +1,6 @@
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
of this software and associated documentation files (the "Software"), to deal
@ -19,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.

View File

@ -1,8 +1,7 @@
{
"name": "typescript-action",
"version": "0.0.0",
"private": true,
"description": "TypeScript template action",
"name": "elm-format-action",
"version": "1.0.0",
"description": "Validate Elm code is formatted correctly",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
@ -13,16 +12,19 @@
"test": "jest",
"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": {
"type": "git",
"url": "git+https://github.com/actions/typescript-action.git"
"url": "git+https://github.com/sparksp/elm-format-action.git"
},
"keywords": [
"actions",
"node",
"setup"
"elm-format"
],
"author": "YourNameOrOrganization",
"author": "Phill Sparks <me@phills.me.uk> (https://github.com/sparksp)",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.0",