Rick Staa
|
9a909ff0a4
|
build: fix wakatime json import bug (#2050)
* build: fix vercel node version
* build: remove engine property
* fix: add json import workarround
This commit adds a workaround for importing the `languageColors` JSON
file. This needed to be done since Vercel uses v16.4, which does not
support JSON file importing without the `experimental-json-modules`
flag. See https://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).
|
2022-09-24 15:37:19 +02:00 |
|
rickstaa
|
dbf6560781
|
build: update package-lock file
|
2022-09-24 14:17:32 +02:00 |
|
rickstaa
|
8886b93a7e
|
refactor: clean up imports
|
2022-09-24 14:10:06 +02:00 |
|
Rick Staa
|
c7d4c29757
|
ci: switch to npm ci in github actions (#2046)
|
2022-09-24 10:37:24 +02:00 |
|
anuraghazra
|
73d26e78fd
|
chore: delete package-lock.json
|
2020-07-11 23:30:31 +05:30 |
|
anuraghazra
|
45941f6c70
|
test: added test & refactored files
|
2020-07-11 22:10:13 +05:30 |
|
anuraghazra
|
003e5e2456
|
feat: initial commit
|
2020-07-09 16:03:41 +05:30 |
|