add esbuild [#9]

This commit is contained in:
Brandon Liu
2021-04-26 11:17:38 +08:00
parent a8659e5686
commit 7d56cd95ec
3 changed files with 19 additions and 1 deletions

View File

@@ -8,5 +8,8 @@
},
"homepage": "https://github.com/protomaps/pmtiles",
"author": "Brandon Liu",
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"devDependencies": {
"esbuild": "^0.11.14"
}
}