Skip to content

Commit 4a162ed

Browse files
committed
Fix bin path
1 parent c1338fd commit 4a162ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Dan MacTough <danmactough@gmail.com>",
44
"description": "Robust RSS Atom and RDF feed parsing using sax js",
55
"bin": {
6-
"feedparser": "./bin/feedparser.js"
6+
"feedparser": "bin/feedparser.js"
77
},
88
"version": "2.2.10",
99
"keywords": [

0 commit comments

Comments
 (0)