Add binary property to package JSON

This commit is contained in:
2022-03-27 17:27:01 -07:00
parent 1b852b8599
commit a42d433950
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "A miniature web API to render KaTeX for use in internal projects.",
"main": "server.js",
"bin": "server.js",
"author": "Danila Fedorin",
"license": "MIT",
"dependencies": {