mirror of
https://github.com/sparksp/elm-format-action.git
synced 2024-11-24 05:30:45 +03:00
Update package and author details
This commit is contained in:
parent
3355e62957
commit
a4f76d4658
5
LICENSE
5
LICENSE
@ -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.
|
||||
|
18
package.json
18
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user