Skip to content

Commit

Permalink
use strict mode for Node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Dec 21, 2017
1 parent fe17fd2 commit a47e77c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/gitignore.js
@@ -1,3 +1,5 @@
'use strict'

const Dotignore = require('@bcoe/dotignore')
const readFileSync = require('fs').readFileSync
const resolve = require('path').resolve
Expand Down

0 comments on commit a47e77c

Please sign in to comment.