Remove unused require

This commit is contained in:
Kevin Sawicki
2015-08-06 11:19:55 -07:00
parent 06cb1110c7
commit 38f9d550de

View File

@@ -1,5 +1,4 @@
path = require 'path'
fs = require 'fs-plus'
module.exports = (grunt) ->
{spawn} = require('./task-helpers')(grunt)