Skip to content

Commit

Permalink
refactor: remove redundant dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 17, 2024
1 parent cff6841 commit 797972a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@
"version": "npm run build",
"prepublishOnly": "npm run build",
"release": "np",
"sync-labels": "github-label-sync --labels .github/labels.json edge-js/lexer",
"quick:test": "node --enable-source-maps --import=ts-node-maintained/register/esm bin/test.ts"
},
"devDependencies": {
"@adonisjs/eslint-config": "^2.0.0-beta.6",
"@adonisjs/prettier-config": "^1.4.0",
"@adonisjs/tsconfig": "^1.4.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@japa/assert": "^3.0.0",
"@japa/runner": "^3.1.4",
"@release-it/conventional-changelog": "^8.0.1",
Expand All @@ -49,8 +46,6 @@
"c8": "^10.1.2",
"dedent": "^1.5.3",
"eslint": "^9.10.0",
"github-label-sync": "^2.3.1",
"husky": "^9.1.5",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"ts-node-maintained": "^10.9.4",
Expand Down Expand Up @@ -116,11 +111,6 @@
}
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"c8": {
"reporter": [
"text",
Expand Down

0 comments on commit 797972a

Please sign in to comment.