Skip to content

Commit c673776

Browse files
committed
f: gha
1 parent 1b4c977 commit c673776

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
"version": "0.13.3",
44
"description": "Create DASH Transactions with Vanilla JS (0 deps, cross-platform)",
55
"main": "index.js",
6+
"bin": {},
67
"files": [
78
"index.js",
89
"dashtx.js",
9-
"./lib/"
10+
"lib/"
1011
],
11-
"bin": {
12-
"dashtx-inspect": "./bin/inspect.js"
13-
},
1412
"scripts": {
1513
"bump": "npm version -m \"chore(release): bump to v%s\"",
1614
"fmt": "npm run prettier",

0 commit comments

Comments
 (0)