Skip to content

Commit 375b59b

Browse files
committed
Updated package bin, Fixed eslint config
1 parent ac81527 commit 375b59b

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

File renamed without changes.

bin/http-server-upload

Lines changed: 0 additions & 3 deletions
This file was deleted.

http-server-upload.js

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
/*
23
* HTTP Server Upload
34
*

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "http-server-upload",
33
"version": "3.0.0",
44
"description": "A Simple zero-configuration command-line http server for uploading files",
5-
"bin": "bin/http-server-upload",
5+
"bin": "http-server-upload.js",
66
"main": "http-server-upload.js",
77
"type": "module",
88
"keywords": [
@@ -22,7 +22,6 @@
2222
"url": "https://github.com/crycode-de/http-server-upload/issues"
2323
},
2424
"files": [
25-
"bin/http-server-upload",
2625
"http-server-upload.js",
2726
"README.md"
2827
],

0 commit comments

Comments
 (0)