We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf5afb commit b4ce76bCopy full SHA for b4ce76b
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@ducanh2912/nettruyen-downloader",
+ "name": "@ducanh2912/nettruyen-dl",
3
"version": "1.1.5",
4
"type": "module",
5
"files": [
@@ -10,9 +10,7 @@
10
"build": "rimraf dist && rollup -c",
11
"prepublishOnly": "npm run build"
12
},
13
- "bin": {
14
- "ducanh-nettruyen-dl": "dist/index.js"
15
- },
+ "bin": "./dist/index.js",
16
"keywords": [
17
"nettruyen",
18
"net truyen"
rollup.config.js
@@ -8,6 +8,7 @@ export default {
8
output: {
9
file: "dist/index.js",
format: "es",
+ banner: "#!/usr/bin/env node"
plugins: [typescript()],
};
0 commit comments