Commit f04bf5a
authored
Fix
The current value of `"module": "components/index.js"` comes from the initial commit from 3 years ago and was never updated when `components` were moved into `src` at some point. This incorrect value doesn't cause any real problem per se in practice however it does have the annoying effect of causing certain IDEs (i.e. WebStorm) to flag `react-trello` import statement with a "Module not installed" warning message. The warning message itself also doesn't cause any problem within the IDE other than annoyance, but I would like to not be annoyed, hence this commit to fix the path.module path in package.json1 parent f4726e1 commit f04bf5a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments