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) 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

View File

@ -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",