steem-js
steem-js copied to clipboard
Fix issue 314 npm script error when running on Windows.
This PR fixes issue #314 by the following changes:
- Moved
cross-env
package to devDepedencies and use it for settingNODE_ENV
. - Introduced
mkdirp
to allow creating directory cross different platforms. - Moved the lint command to separate script so that it does not swallow parameters for
mocha
.