Skip to content

Commit

Permalink
fix: updated unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 14, 2018
1 parent 70f0658 commit 1294e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint-config-xo-space": "^0.17.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-unicorn": "^4.0.1"
"eslint-plugin-unicorn": "^4.0.2"
},
"devDependencies": {
"eslint": "^4.16.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ eslint-plugin-node@^6.0.0:
resolve "^1.3.3"
semver "^5.4.1"

eslint-plugin-unicorn@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.1.tgz#5a2481978c80ecf9383b7f90100595ebb2f6f8f7"
eslint-plugin-unicorn@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-4.0.2.tgz#845de915e7a975f15779466fc92cc01973bbf103"
dependencies:
clean-regexp "^1.0.0"
eslint-ast-utils "^1.0.0"
Expand Down

0 comments on commit 1294e45

Please sign in to comment.