Skip to content

Commit

Permalink
Bump version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Aug 25, 2023
1 parent 3f6047a commit 5061d42
Show file tree
Hide file tree
Showing 4 changed files with 14,630 additions and 14,629 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-commonlisp",
"version": "0.3.0",
"version": "0.3.1",
"description": "Tree-sitter grammar for Common Lisp",
"tree-sitter": [
{
Expand All @@ -17,14 +17,14 @@
"author": "Stephan Seitz",
"license": "MIT",
"dependencies": {
"nan": "^2.15.0",
"nan": "^2.17.0",
"tree-sitter-clojure": "[email protected]:theHamsta/tree-sitter-clojure-1.git#95c7959c461406381b42113dcf4591008c663d21"
},
"repository": {
"type": "git",
"url": "git://github.com/theHamsta/tree-sitter-commonlisp"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.4"
"tree-sitter-cli": "^0.20.8"
}
}
Loading

0 comments on commit 5061d42

Please sign in to comment.