diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-01-07 19:19:51 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-01-07 19:36:38 +0100 |
commit | 843b6baebc3a49fef9895b60f85b393776b2d8ab (patch) | |
tree | af31371005b95384e0bfc92f42f47e3b0d0972c9 /package.json | |
parent | 6b6573a45d9c965b2816a4a9230359166a1cbd1a (diff) | |
download | hesla-843b6baebc3a49fef9895b60f85b393776b2d8ab.tar.gz |
Remove Babel modules.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f0d821f..1fd6b41 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "author": "Matěj Cepl <mcepl@cepl.eu>", "license": "MIT", "devDependencies": { - "typescript" + "typescript": "latest" } } |