diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-19 22:40:38 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-19 22:40:38 +0200 |
commit | cb3949d974f30501281fd2546ef23c81ac0282b3 (patch) | |
tree | b463e63c16c9288af42d34cf86a0fd6ffeeeb5a5 /package.json | |
parent | dd6cf660b033251c5ab08fa0c3e32a44022a7039 (diff) | |
download | fileup-cb3949d974f30501281fd2546ef23c81ac0282b3.tar.gz |
bundler
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index a93c1c8..08edb23 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,8 @@ }, "homepage": "https://github.com/alexvitkov/india#readme", "devDependencies": { + "esbuild": "^0.9.5", "typescript": "^4.2.3" - } + }, + "dependencies": {} } |