Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Mar 2, 2024
1 parent efa26a8 commit 616937d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,14 @@
"private": true,
"description": "GitHub action that auto-assigns issues to users",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/**",
"prettier": "prettier --write \"**/*.{html,js,json,md,yaml,yml}\"",
"prettier:verify": "prettier --list-different \"**/*.{html,js,json,md,yaml,yml}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/pozil/auto-assign-issue.git"
},
"keywords": [
"github",
"action",
"issue",
"assign"
],
"author": "Philippe Ozil (pozil)",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/pozil/auto-assign-issue/issues"
},
"homepage": "https://github.com/pozil/auto-assign-issue#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^4.0.0"
},
"devDependencies": {
"eslint": "^7.10.0",
"prettier": "^2.1.2"
}
}

0 comments on commit 616937d

Please sign in to comment.