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

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 11, 2018
1 parent 2ef4fce commit 8feed95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ function parse (opts) {
})
})

if (opts.builtins) return {package: pkg, used: Object.keys(used), builtins: core}
if (opts.builtins) return { package: pkg, used: Object.keys(used), builtins: core }

return {package: pkg, used: Object.keys(used)}
return { package: pkg, used: Object.keys(used) }
})

function resolveDep (file) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"resolve": "^1.1.7"
},
"devDependencies": {
"detective-cjs": "^2.0.0",
"standard": "^11.0.0"
"detective-cjs": "^3.0.0",
"standard": "^12.0.1"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 8feed95

Please sign in to comment.