Skip to content

Commit

Permalink
chore: add key to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Nov 14, 2024
1 parent 1154dfd commit 1dd49d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A package for creating and managing poker hand histories",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/homanp/ohh.git",
"scripts": {
"build": "tsc",
"test": "jest",
Expand All @@ -16,6 +17,9 @@
],
"author": "Ismail Pelaseyed",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
Expand Down

0 comments on commit 1dd49d2

Please sign in to comment.