Skip to content

Commit

Permalink
fix: semantic-release-cli configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
nikzanda committed Jul 28, 2024
1 parent fed08f0 commit d23e4a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "italian-numbers",
"version": "1.3.4",
"version": "0.0.0-development",
"description": "Converts a number to an italian word representation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -32,7 +32,8 @@
"lint": "eslint . --ext .js,.ts",
"test": "jest",
"build": "npx tsup",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down

0 comments on commit d23e4a5

Please sign in to comment.