Skip to content

Commit

Permalink
Merge pull request #120 from github/iansan5653-patch-1
Browse files Browse the repository at this point in the history
Move `eslint-import-resolver-typescript` to dev dependencies
  • Loading branch information
iansan5653 committed Dec 14, 2023
2 parents bb2f46a + f0ddbc4 commit 90b68f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -37,12 +37,10 @@
"karma-mocha-reporter": "^2.2.5",
"mocha": "^10.2.0",
"rollup": "^4.1.4",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"eslint-import-resolver-typescript": "^3.6.1"
},
"eslintIgnore": [
"dist/"
],
"dependencies": {
"eslint-import-resolver-typescript": "^3.6.1"
}
]
}

0 comments on commit 90b68f4

Please sign in to comment.