Skip to content

Commit eef497a

Browse files
committed
Fix invalid main field
1 parent 6389e2a commit eef497a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tap-spot",
33
"version": "1.1.1",
44
"description": "Compact dot reporter for TAP output. Supports skip and todo",
5-
"main": "./bin/dot.js",
5+
"main": "./index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/Munter/tap-spot.git"

0 commit comments

Comments
 (0)