diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-01-22 14:06:25 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2023-01-22 14:32:17 +0100 |
commit | b01e1e4c3907cea472284c3142a9860bb2992593 (patch) | |
tree | 234b27b5f902377753ded46f051bdd066c50c84d /package.json | |
parent | 9e8931a65545595fea87132e77e70005556997d1 (diff) | |
download | hesla-b01e1e4c3907cea472284c3142a9860bb2992593.tar.gz |
Compiles cleanly
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json index 857c48c..f0d821f 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,6 @@ "author": "Matěj Cepl <mcepl@cepl.eu>", "license": "MIT", "devDependencies": { - "@babel/cli": "^7.20.7", - "@babel/core": "^7.20.12", - "@babel/preset-env": "^7.20.2" - }, - "dependencies": { - "babel-upgrade": "^0.0.8" + "typescript" } } |