Browse Source

Since the wetty getter is no longer supported index had to be modified to be usable again

pull/231/head
Christiaan Venhuizen 5 years ago
parent
commit
fd8822edca
  1. 2
      index.js

2
index.js

@ -4,7 +4,7 @@
const yargs = require('yargs');
const wetty = require('./dist').default;
module.exports = wetty.wetty;
module.exports = wetty;
/**
* Check if being run by cli or require

Loading…
Cancel
Save