aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-03-19 22:40:38 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-03-19 22:40:38 +0200
commitcb3949d974f30501281fd2546ef23c81ac0282b3 (patch)
treeb463e63c16c9288af42d34cf86a0fd6ffeeeb5a5 /package.json
parentdd6cf660b033251c5ab08fa0c3e32a44022a7039 (diff)
downloadfileup-cb3949d974f30501281fd2546ef23c81ac0282b3.tar.gz
bundler
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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": {}
}