Skip to content

Commit

Permalink
fix(packageRules): Consolidate packageRules (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored and michaeltaranto committed Jan 8, 2018
1 parent 7a3b198 commit e4b7039
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@
"packagePatterns": [
"*"
],
"enabled": false
},
{
"packagePatterns": [
"excludePackagePatterns": [
"(^(@)?seek.*)|(.*-seek$)|(^sku.*)|(.*-sku$)"
],
"enabled": true
"enabled": false
}
]
}
Expand Down

0 comments on commit e4b7039

Please sign in to comment.