From 7b1082cf6a0b64dc0d0143a481eb811291d453e1 Mon Sep 17 00:00:00 2001 From: Joseph Werle Date: Tue, 14 Aug 2018 19:35:18 -0400 Subject: [PATCH] Fix bad path spec in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17fe910..6d3cf54 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Utilities for handling Ethereum keys", "main": "index.js", "files": [ - "/*.js", + "*.js", "test/" ], "scripts": {