Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 7b1082c

Browse files
authored
Fix bad path spec in package.json
1 parent 4c7cbfc commit 7b1082c

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
@@ -4,7 +4,7 @@
44
"description": "Utilities for handling Ethereum keys",
55
"main": "index.js",
66
"files": [
7-
"/*.js",
7+
"*.js",
88
"test/"
99
],
1010
"scripts": {

0 commit comments

Comments
 (0)