Skip to content

Commit 5f15d00

Browse files
committed
Add filedrop bin
1 parent 78632a9 commit 5f15d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"dev": "nodemon index.js -- --dev",
99
"lint": "eslint ."
1010
},
11+
"bin": {
12+
"filedrop": "./index.js"
13+
},
1114
"keywords": [
1215
"webapp",
1316
"upload",

0 commit comments

Comments
 (0)