Skip to content

Commit

Permalink
fix(npm): configure package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Nov 24, 2024
1 parent a903b7f commit 61dd3df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"type": "git",
"url": "https://github.com/iggy-rs/iggy-node-client.git"
},
"publishConfig": {
"access": "public",
"main": "dist/index.js",
"types": "dist/index.d.ts"
},
"homepage": "https://iggy.rs",
"files": [
"dist/**/*.js",
Expand Down Expand Up @@ -47,4 +52,4 @@
"semantic-release": "24.0.0",
"typescript": "5.3.3"
}
}
}

0 comments on commit 61dd3df

Please sign in to comment.