Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Enable strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jan 15, 2018
1 parent ac7a817 commit b7aef20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

'use strict'

const check = require('./')

const args = require('minimist')(process.argv.slice(2), {
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const path = require('path')
const fs = require('fs')
const readPackage = require('read-package-json')
Expand Down

0 comments on commit b7aef20

Please sign in to comment.