chore: monorepo

This commit is contained in:
2018-08-30 19:00:59 -07:00
parent cc5e15dbb1
commit b9e5762213
6 changed files with 50 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
/* eslint no-global-assign: 0 */
require = require('esm')(module);
const mod = require('./src/index.mjs').default;
module.exports = mod;