Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Aug 23, 2024
1 parent ebee35d commit 1f3c335
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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,5 +1,5 @@
{
"name": "@distributed-lab/circom-parser",
"name": "@distributedlab/circom-parser",
"description": "Circom circuit parser built with ANTLR4",
"version": "0.1.0",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"publish-to-npm": "npm run build && npm run lint-fix && npm publish ./ --access public"
},
"dependencies": {
"antlr4": "^4.13.1-patch-1",
"ejs": "^3.1.10"
"antlr4": "4.13.1-patch-1",
"ejs": "3.1.10"
},
"devDependencies": {
"@types/chai": "^4.3.17",
Expand Down

0 comments on commit 1f3c335

Please sign in to comment.