top-level hdkey.js module

This commit is contained in:
Michael Bradley, Jr 2020-01-14 18:06:04 -06:00
parent 1ec629a57d
commit 544e2ab442
2 changed files with 5 additions and 1 deletions

3
hdkey.js Normal file
View File

@ -0,0 +1,3 @@
/* global module require */
module.exports = require('./dist/hdkey').default;

View File

@ -5,7 +5,8 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"files": [ "files": [
"dist" "dist",
"hdkey.js"
], ],
"scripts": { "scripts": {
"build": "ethereumjs-config-build", "build": "ethereumjs-config-build",