1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

cleanup dependencies

This commit is contained in:
Robin Appelman 2017-11-19 22:53:36 +01:00
commit b18be86810
4 changed files with 3 additions and 382 deletions

View file

@ -1,5 +1,3 @@
require('source-map-support').install();
const Demo = require('../index');
const fs = require('fs');
const argv = require('minimist')(process.argv.slice(2), {boolean: true});