Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Easton committed Jul 19, 2022
1 parent d6f3e36 commit 97e9e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,4 @@ dist
.dynamodb/

# TernJS port file
.tern-port

index.js
.tern-port
2 changes: 1 addition & 1 deletion examples/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const express = require('express');
const torDetectionMiddlewear = require('../index');
const torDetectionMiddlewear = require('../dist/index');

const middlewearConfig = {
block: true, // block TOR exit node requests
Expand Down

0 comments on commit 97e9e96

Please sign in to comment.