mirror of
https://github.com/robonen/questlang.git
synced 2026-03-20 02:44:47 +00:00
fix: update bin entry in package.json to use correct file extension for cli
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@robonen/questlang",
|
||||
"type": "module",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "TypeScript interpreter for QuestLang programming language",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"bin": {
|
||||
"questlang": "dist/cli.js"
|
||||
"questlang": "dist/cli.mjs"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
|
||||
Reference in New Issue
Block a user