Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed May 22, 2018
1 parent 0354942 commit baae77b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-cleaner",
"version": "1.2.2",
"version": "1.2.3",
"description": "PostCSS plugin to clean unused CSS",
"keywords": [
"postcss",
Expand Down Expand Up @@ -57,9 +57,14 @@
"operator-linebreak": 0,
"max-len": 0,
"prefer-rest-params": 0,
"node/no-extraneous-require": ["error", {
"allowModules": ["glob"]
}],
"node/no-extraneous-require": [
"error",
{
"allowModules": [
"glob"
]
}
],
"security/detect-non-literal-regexp": 0
}
}
Expand Down

0 comments on commit baae77b

Please sign in to comment.