Skip to content

Commit

Permalink
standard upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed May 1, 2016
1 parent 5018d40 commit 19d932f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function urlWithArgs (urlOrFile, args) {
protocol: 'file',
pathname: path.resolve(urlOrFile),
slashes: true,
hash: args ? args : undefined
hash: args || undefined
})
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"mocha": "2.x",
"proxyquire": "^1.6.0",
"standard": "4.x",
"standard": "^6.0.8",
"stubo": "^0.1.0"
},
"dependencies": {
Expand Down

0 comments on commit 19d932f

Please sign in to comment.