Skip to content

Commit

Permalink
chore: update registry
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Nov 14, 2024
1 parent 1dd49d2 commit f76cefa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules/
dist/
coverage/
.DS_Store
.DS_Store
.npmrc
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "open-hand-tracker",
"version": "1.0.0",
"name": "@homanp/open-hand-tracker",
"version": "1.0.1",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/homanp/ohh.git"
},
"scripts": {
"build": "tsc",
"test": "jest",
Expand Down

0 comments on commit f76cefa

Please sign in to comment.