Skip to content

Commit

Permalink
fix: wrong require of 'filed' (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreialecu committed Nov 22, 2017
1 parent 9fd9e98 commit 54063f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.js
@@ -1,6 +1,6 @@
var util = require('util')
, httpUtil = require('deployd/lib/util/http')
, filed = require('filed')
, filed = require('filed-mimefix')
, Resource = require('deployd/lib/resource')
, path = require('path')
, debug = require('debug')('dashboard')
Expand Down

0 comments on commit 54063f6

Please sign in to comment.