Fix bad path spec in package.json

This commit is contained in:
Joseph Werle 2018-08-14 19:35:18 -04:00 committed by GitHub
parent 4c7cbfc12e
commit 7b1082cf6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"description": "Utilities for handling Ethereum keys",
"main": "index.js",
"files": [
"/*.js",
"*.js",
"test/"
],
"scripts": {