Fix bin name

This commit is contained in:
Piotr Rogowski 2022-10-18 11:56:07 +02:00
parent db21724bb0
commit e3992eb2c2
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"main": "dist/ini.js",
"types": "dist/ini.d.ts",
"bin": {
"hypertuner-ini": "dist/cli.js"
"hyper-tuner-ini": "dist/cli.js"
},
"files": [
"dist"