Skip to content

Commit a03c325

Browse files
committed
Add appveyor build status and don't include node_modules.
1 parent 16bb2c9 commit a03c325

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Tree Sitter Lua
22

33
[![Build Status](https://travis-ci.org/Azganoth/tree-sitter-lua.svg?branch=master)](https://travis-ci.org/Azganoth/tree-sitter-lua)
4+
[![Build status](https://ci.appveyor.com/api/projects/status/8rnu3n839orxosys/branch/master?svg=true)](https://ci.appveyor.com/project/Azganoth/tree-sitter-lua/branch/master)
45

56
Lua grammar for tree-sitter.
67

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"tree-sitter-cli": "^0.13.15"
3535
},
3636
"files": [
37-
"node_modules",
3837
"src",
3938
"binding.gyp",
4039
"grammar.js",

0 commit comments

Comments
 (0)