Skip to content

Commit

Permalink
chore: npm pkg fix
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed May 21, 2024
1 parent d599e85 commit ae5b695
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
"version": "20.6.1",
"description": "Filecoin Station Core",
"license": "(Apache-2.0 AND MIT)",
"repository": "filecoin-station/core",
"repository": {
"type": "git",
"url": "git+https://github.com/filecoin-station/core.git"
},
"main": "index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"station": "./bin/station.js"
"station": "bin/station.js"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit ae5b695

Please sign in to comment.