Skip to content

Commit

Permalink
fix: change main file
Browse files Browse the repository at this point in the history
  • Loading branch information
MirandaWood committed Jan 16, 2023
1 parent f235e11 commit cf3898c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@eyblockchain/starlight",
"version": "0.0.1",
"description": "Create a zApp from Solidity",
"main": "bin/index.mjs",
"main": "built/index.js",
"scripts": {
"write-vk": "node /app/write-vk.mjs -i assign",
"test": "mocha",
Expand All @@ -21,7 +21,7 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": ["./built/**/*", "./bin/*"],
"files": ["./built/**/*"],
"release": {
"branches": ["master", {"name": "miranda/npm", "prerelease": "beta"}]
},
Expand Down

0 comments on commit cf3898c

Please sign in to comment.