Skip to content

Commit

Permalink
dssdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 17, 2025
1 parent ac7017f commit fcf6fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules/
/dist/
package-lock.json
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutojl/lezer-julia",
"version": "0.12.1",
"version": "0.12.2",
"description": "lezer-based Julia grammar",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -34,5 +34,6 @@
"scripts": {
"prepare": "rollup -c",
"test": "mocha test/test-*.js"
}
},
"packageManager": "yarn@3.2.4+sha512.bb197bb586aabeca42ce9113e2235af3edaeac5797d26c99067e58d401d4eb43fbd51b644431434dd2a5f612ee65ffcd20262016c62f3608eb39fbfa6eeb1de7"
}

0 comments on commit fcf6fb5

Please sign in to comment.