forked fromanuraghazra/github-readme-stats
- Notifications
You must be signed in to change notification settings - Fork0
Commit9a909ff
authored
build: fix wakatime json import bug (anuraghazra#2050)
* build: fix vercel node version* build: remove engine property* fix: add json import workarroundThis commit adds a workaround for importing the `languageColors` JSONfile. This needed to be done since Vercel uses v16.4, which does notsupport JSON file importing without the `experimental-json-modules`flag. Seehttps://simonplend.com/import-json-in-es-modules/for more information. The workaround can be found [here](https://stackoverflow.com/questions/66726365/how-should-i-import-json-in-node).1 parentdbf6560 commit9a909ff
3 files changed
+12
-7
lines changedLines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 | 19 |
| |
23 | 20 |
| |
24 | 21 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| |||
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
14 | 25 |
| |
15 | 26 |
| |
16 | 27 |
| |
|
0 commit comments
Comments
(0)