Skip to content

Commit

Permalink
fix: pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikzanda committed Jul 28, 2024
1 parent bb342bc commit 8b513b5
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
@@ -1,6 +1,6 @@
{
"name": "italian-numbers",
"version": "1.0.0",
"version": "1.3.4",
"description": "Converts a number to an italian word representation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -21,7 +21,10 @@
"cardinal",
"ordinal"
],
"repository": "[email protected]:nikzanda/italian-numbers.git",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nikzanda/italian-numbers.git"
},
"author": "Nicolò Zandarin <[email protected]>",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 8b513b5

Please sign in to comment.