Skip to content

Commit

Permalink
removed bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix committed Aug 2, 2020
1 parent e22cb48 commit 793640e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "xdccjs",
"version": "3.3.2",
"version": "3.3.3",
"description": "download files from XDCC bots on IRC, complete implementation of the XDCC protocol",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist/**",
"/bin/**"
"/dist/**"
],
"bin": {
"xdccJS": "./bin/xdccjs.js"
"xdccJS": "./dist/bin/xdccjs.js"
},
"pkg" : {
"scripts": "./dist/*"
Expand Down

0 comments on commit 793640e

Please sign in to comment.