Moved the lib folder into content

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-28 10:31:13 -08:00
parent 823f662743
commit e80428ec2b
17 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
const path = require('path');
const ROOT = path.resolve(__dirname, '../..');
const fs = require('fs-extra');
const { is: _is } = require('../lib/util');
const { is: _is } = require('./lib/util');
function is (...args) {
const fn = _is(...args);