Skip to content

Commit 9fc365a

Browse files
committed
v1.5.0
1 parent 2a88df4 commit 9fc365a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-lua",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Lua grammar for tree-sitter.",
55
"keywords": [
66
"tree-sitter",
@@ -34,6 +34,11 @@
3434
"tree-sitter-cli": "^0.13.15"
3535
},
3636
"files": [
37-
"src", "binding.gyp", "grammar.js", "index.js", "package.json", "yarn.lock"
37+
"src",
38+
"binding.gyp",
39+
"grammar.js",
40+
"index.js",
41+
"package.json",
42+
"yarn.lock"
3843
]
3944
}

0 commit comments

Comments
 (0)