deployd / deployd-cli

The Deployd Command Line Interface
MIT License
7 stars 9 forks source link

Issue#16 global require #24

Open Kapnobatai3434 opened 7 years ago

Kapnobatai3434 commented 7 years ago

Fixed eslint errors for 'global-require' rule

Description

2 minor chenges in keygen.js and showkey.js. Placed require() outside function body

Motivation and Context

It was requested by NicolasRitouet

https://github.com/deployd/deployd-cli/issues/16

How Has This Been Tested?

npm run test command

the code was tested using jest

Screenshots (if appropriate):

Types of changes

Checklist: