Skip to content

Commit 90b68f4

Browse files
authored
Merge pull request #120 from github/iansan5653-patch-1
Move `eslint-import-resolver-typescript` to dev dependencies
2 parents bb2f46a + f0ddbc4 commit 90b68f4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@
3737
"karma-mocha-reporter": "^2.2.5",
3838
"mocha": "^10.2.0",
3939
"rollup": "^4.1.4",
40-
"typescript": "^5.2.2"
40+
"typescript": "^5.2.2",
41+
"eslint-import-resolver-typescript": "^3.6.1"
4142
},
4243
"eslintIgnore": [
4344
"dist/"
44-
],
45-
"dependencies": {
46-
"eslint-import-resolver-typescript": "^3.6.1"
47-
}
45+
]
4846
}

0 commit comments

Comments
 (0)