Merge pull request #342 from georgewfraser/patch-1

Add type definitions
This commit is contained in:
Max Brunsfeld 2019-05-28 15:31:23 -07:00 committed by GitHub
commit 659f2825ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 117 additions and 0 deletions

View file

@ -3,6 +3,7 @@
"version": "0.15.3",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",
"directories": {
"test": "test"
},