Skip to content

Commit

Permalink
Change package name to allow NPM publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Jun 14, 2022
1 parent 9cbe0c6 commit 2bb93fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tree-sitter-latex

[![CI](https://github.com/latex-lsp/tree-sitter-latex/workflows/CI/badge.svg)](https://github.com/latex-lsp/tree-sitter-latex/actions)
[![npm](https://img.shields.io/npm/v/@pfoerster/tree-sitter-latex)](https://www.npmjs.com/package/@pfoerster/tree-sitter-latex)

LaTeX grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
This grammar will find use in the [TexLab](https://github.com/latex-lsp/texlab) language server.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tree-sitter-latex",
"name": "@pfoerster/tree-sitter-latex",
"version": "0.1.0",
"description": "LaTeX grammar for the tree-sitter parsing library",
"main": "bindings/node",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"prettier": "^2.6.2",
"tree-sitter-cli": "0.20.6"
"tree-sitter-cli": "^0.20.6"
},
"tree-sitter": [
{
Expand Down

0 comments on commit 2bb93fc

Please sign in to comment.