Set main attribute in package manifest

pull/511/head
Patrick Förster 2020-11-25 20:08:12 +07:00
parent 0ce8f23b5d
commit 98f521cdd2
1 changed files with 1 additions and 0 deletions

@ -2,6 +2,7 @@
"name": "tree-sitter-latex",
"version": "0.1.0",
"description": "Tree-sitter Grammar for LaTeX",
"main": "index.js",
"scripts": {
"build": "tree-sitter build",
"test": "tree-sitter test"