Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 21, 2017
1 parent be821e0 commit 6d4b8da
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
@@ -1,8 +1,8 @@
'use strict';
const reqAll = require('req-all');
const importModules = require('import-modules');

module.exports = {
rules: reqAll('rules', {camelize: false}),
rules: importModules('rules', {camelize: false}),
configs: {
recommended: {
env: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"xo"
],
"dependencies": {
"import-modules": "^1.1.0",
"lodash.camelcase": "^4.1.1",
"lodash.kebabcase": "^4.0.1",
"lodash.snakecase": "^4.0.1",
"lodash.upperfirst": "^4.2.0",
"req-all": "^1.0.0"
"lodash.upperfirst": "^4.2.0"
},
"devDependencies": {
"ava": "*",
Expand Down

0 comments on commit 6d4b8da

Please sign in to comment.