aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-01-07 19:19:51 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-01-07 19:36:38 +0100
commit843b6baebc3a49fef9895b60f85b393776b2d8ab (patch)
treeaf31371005b95384e0bfc92f42f47e3b0d0972c9 /package.json
parent6b6573a45d9c965b2816a4a9230359166a1cbd1a (diff)
downloadhesla-843b6baebc3a49fef9895b60f85b393776b2d8ab.tar.gz
Remove Babel modules.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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"
}
}