Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Jul 14, 2023
1 parent afab33a commit e2aea34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions examples/helia-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"serve": "npm run start",
"test": "xvfb-maybe test-node-example test/*"
},
"dependencies": {
"helia": "^1.0.0"
},
"dependencies": {},
"devDependencies": {
"electron": "^25.0.1",
"electron-rebuild": "^3.1.1",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
},
"@parcel/resolver-default": {
"packageExports": true
},
"dependencies": {
"helia": "^1.3.7"
}
}

0 comments on commit e2aea34

Please sign in to comment.