Skip to content

Commit

Permalink
Fix pretest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gzog committed May 26, 2019
1 parent 9c4562f commit 6078ed9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
var deprecate = require('depd')('helmet')

var DEFAULT_MIDDLEWARE = [
'dnsPrefetchControl',
'frameguard',
Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const helmet = require('..')

const assert = require('assert')
const sinon = require('sinon')
const connect = require('connect')
const request = require('supertest')

describe('helmet', function () {
beforeEach(function () {
Expand Down

0 comments on commit 6078ed9

Please sign in to comment.