Skip to content

Commit

Permalink
fix lint-deps config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Sep 8, 2017
1 parent 626529a commit 352b789
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions package.json
Expand Up @@ -94,27 +94,20 @@
],
"lintDeps": {
"dependencies": {
"files": [
"index.js",
"lib/**"
],
"options": {
"lock": {
"snapdragon": "^0.8.1"
}
}
},
"devDependencies": {
"options": {
"ignore": [
"benchmark/**"
]
},
"files": [
"examples/*.js",
"gulpfile.js",
"test/**/*.js"
]
"files": {
"options": {
"ignore": [
"benchmark/**"
]
}
}
}
},
"verb": {
Expand Down

0 comments on commit 352b789

Please sign in to comment.