Skip to content

Commit

Permalink
fix: add node env shebang for cross package-manager compatibility (#11)
Browse files Browse the repository at this point in the history
* fix: added node env shebang

* chore(release): bump package version to 1.2.3
  • Loading branch information
fabio-nettis authored Apr 15, 2024
1 parent b06be5b commit e583030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { Command } from "commander";
import { bin, description, version } from "package.json";

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"private": false,
"description": "The official CLI for HellHub API. Stay updated about the current war right without leaving your terminal.",
"version": "1.2.2",
"version": "1.2.3",
"main": "build/index.mjs",
"types": "build/index.d.ts",
"keywords": [
Expand Down

0 comments on commit e583030

Please sign in to comment.