Skip to content

Commit 1f3c335

Browse files
committed
fix publish
1 parent ebee35d commit 1f3c335

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@distributed-lab/circom-parser",
2+
"name": "@distributedlab/circom-parser",
33
"description": "Circom circuit parser built with ANTLR4",
44
"version": "0.1.0",
55
"main": "dist/index.js",
@@ -34,8 +34,8 @@
3434
"publish-to-npm": "npm run build && npm run lint-fix && npm publish ./ --access public"
3535
},
3636
"dependencies": {
37-
"antlr4": "^4.13.1-patch-1",
38-
"ejs": "^3.1.10"
37+
"antlr4": "4.13.1-patch-1",
38+
"ejs": "3.1.10"
3939
},
4040
"devDependencies": {
4141
"@types/chai": "^4.3.17",

0 commit comments

Comments
 (0)