Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Mathieson <[email protected]>
  • Loading branch information
michael-siek and stephenmathieson authored Feb 11, 2025
1 parent e262bf6 commit a1e2815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "axe-linter-action",
"name": "@deque/axe-linter-action",
"version": "1.0.0",
"private": true,
"scripts": {
"prebuild": "rimraf dist",
"build": "ncc build src/index.ts --license licenses.txt",
"lint": "eslint .",
"fmt": "prettier --write \"src/**/*.{js,ts,tsx,json,md,css,html}\"",
"fmt": "prettier --write .",
"prepare": "husky",
"test": "mocha 'src/**/*.test.ts'",
"coverage": "c8 yarn test"
Expand Down

0 comments on commit a1e2815

Please sign in to comment.