File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.0.0-development" ,
44 "description" : " webpack plugin to resolve TypeScript files when importing with js file extension in ESM projects" ,
55 "keywords" : [
6- " TypeScript" ,
7- " webpack" ,
86 " ESM" ,
7+ " TypeScript" ,
8+ " plugin" ,
99 " resolve" ,
10- " plugin "
10+ " webpack "
1111 ],
1212 "author" : " Daniel Cassidy <mail@danielcassidy.me.uk>" ,
1313 "homepage" : " https://github.com/softwareventures/resolve-typescript-plugin" ,
2424 "dependencies" : {
2525 "tslib" : " 2.3.0"
2626 },
27+ "peerDependencies" : {
28+ "webpack" : " ^5.0.0"
29+ },
2730 "devDependencies" : {
2831 "@softwareventures/eslint-config" : " 3.6.2" ,
2932 "@softwareventures/prettier-config" : " 1.0.2" ,
3841 "typescript" : " 4.3.5" ,
3942 "webpack" : " 5.43.0"
4043 },
41- "peerDependencies" : {
42- "webpack" : " ^5.0.0"
43- },
4444 "eslintConfig" : {
4545 "root" : true ,
4646 "extends" : " @softwareventures"
You can’t perform that action at this time.
0 commit comments