switch to polka, remove unused deps

This commit is contained in:
Rich Harris
2018-03-10 09:39:07 -05:00
parent b1067103a4
commit 1eed1023aa
10 changed files with 13 additions and 5996 deletions

View File

@@ -1,7 +1,6 @@
const path = require('path');
const assert = require('assert');
const Nightmare = require('nightmare');
const express = require('express');
const serve = require('serve-static');
const walkSync = require('walk-sync');
const fetch = require('node-fetch');