Skip to content

Commit

Permalink
Update package meta info
Browse files Browse the repository at this point in the history
  • Loading branch information
andoshin11 committed Apr 4, 2020
1 parent 909fcb6 commit 27865b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "typescript-error-reporter-action",
"version": "1.0.0",
"main": "index.js",
"main": "dist/index.js",
"author": "andoshin11 <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/andoshin11/typescript-error-reporter-action.git"
},
"bugs": {
"url": "https://github.com/andoshin11/typescript-error-reporter-action/issues"
},
"homepage": "https://github.com/andoshin11/typescript-error-reporter-action#readme",
"scripts": {
"build": "tsc",
"watch": "webpack -w",
Expand Down

0 comments on commit 27865b6

Please sign in to comment.